Questions: 619

Answers by our Experts: 487

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Search & Filtering

Hi, Im unsure of how to write the visual basic code for the second part of this timetables program which includes:
The program must present the user with a series of ten random multiplication problems, one after the other. Each problem must involve the number given by the user in the first stage and a random number in the range 2 to 12.
For each problem the program must check the user’s answer and respond with “Correct” or “Incorrect”. If the user was incorrect, the program must also tell them the correct answer.
After the user has completed all ten problems, the program must give the user a mark out of 10 and say “Goodbye and thanks for playing”.
Thanks.
design a vb form, the user will enter a number & then click the button, the result should display in list box the multiplication table of your number (by the numbers 1 to 10)...
what is the code for this question??
discuss various types of files in project of visual basic file
Design a lesson activity program with ten revision questions. each question must have only one correct answer which when inputted and command button pressed a feedback/output comment is given such as "Correct" or "Wrong, The answer is..........."
This project contains only one form
how do you draw a face that is smiling when you click cmdSmile and then draw a face that is frowning when you click cmdFrown.
Design a program that would allow a user to enter a resistor value in ohms and then provide the resistor colour code for the given value.
Need some help craeting the code for this program. HELP !

Design a program that would allow a user to generate a random test from a bank of a 100 questions. The user must be able to specify the number questions the test contains.
I need help with this program is there any chance of getting the code for this .Thanks
Design a program that would allow a user to generate a random test from a bank of a 100 questions. The user must be able to specify the number questions the test contains.
how can you randomize an array?
Console.WriteLine("program is running")
Dim name(9) As String
Dim counter As Integer

Randomize()
For counter = 0 To 9
Console.WriteLine("enter your name" * counter)

name(counter) = Console.ReadLine
Next


Console.WriteLine("your names have been randomized")

Console.ReadLine()


here is my code i need to randomize the ten names and display them, i tried everything but i can't randomize them, please help!!
write to program to input that the ending no from the user and display all the prime no according to this number
LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS