Sedra Maichel

Sedra Maichel

  • NA
  • 2
  • 3.8k

Write a program

Aug 10 2014 4:36 PM
Hey please can you help me with this vary soon ..

Computers are playing an increasing role in education. Write a program that will help an elementary school student learn multiplication. 
Use the Next method from an object of type Random to produce two positive one-digit integers. 
It should display a question in the status bar, such as How much is 6 times 7? The student should then type the answer , Your program should check the student's answer. If it is correct,output the string "Very good!", then ask another multiplication question. If the answer is wrong, output the string "No. Please try again.", then let the student try the same question again until the student finally gets it right. A separate method should be used to generate each new question. This method should be called once when the program begins execution and each time the user answers the question correctly. 

Answers (1)