What I am doing wrong?

I keep getting expression is not a method while I writing a program to display the roman numeral version of a number enter in visual basic. ✅ Answers ? Best Answer The following code works well. Module Module1 Sub Main() Dim Flag1 As Integer Dim Number, romanNumeral As String Do Console.WriteLine(“Enter a number between 1 … Read more

What are AI(artificial intelligence) algorithms used in creating intelligent quiz system?

(doing my online intelligence quiz creation project in asp.net) ✅ Answers ? Best Answer if else statements etc and some file editings etc lol but not use the asp because it is less powerfull and non-free use the php it is more powerfull and free a ready made php quiz is herehttp://flesl.net/Technical/sample_code_m… copy it save … Read more

I have an excel spreadsheet that contains over a thousand clients. I want to extract data by Surname?

At present I extract data using the Client’s, unique, reference number. I enter the number in to a user form and the client’s data is displayed on the same user form. However, sometimes I am not given the client’s reference number and, so far, I can only pick up the first record with the search … Read more