Question: Using java add comments please 3. (35 pts). Write a program that that will help a student learn multiplication. Use SecureRandom object to produce two
3. (35 pts). Write a program that that will help a student learn multiplication. Use SecureRandom object to produce two positive integers between 1 and 20. The program should then prompt the user with a question (use a sentinel-controlled loop), such as: How much is 10 times 11? The student then inputs the answer. If the answer is correct display the message "very good" and ask another question. If the answer is wrong to display the message "no, please try again" and let the student try the same question until the student finally gets it right You must create two java files: Multiplication.java and Multiplication Test.java. In Multiplication add two methods: CreateQuestion and CheckResponse. In Mulplication Test.java, test your method. UPLOAD Multiplication.java and java 23 4 5 6 8 8 o WERTYU A SDF G
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
