Your little sister asks you to help her with her multiplication, and you decide to write a Java program that tests her skills. The program will let her input a starting number, such as 5. It will generate ten multiplication problems ranging from 5×1 to 5×10. For each problem she will be prompted to enter the correct answer. The program should check he answer and should not let her advance to the next question until the correct answer is given to the current question. After testing ten multiplication problems, your program should ask whether she would like to try another starting number. If yes, your program should generate another corresponding ten multiplication problems. This procedure should repeat until she indicates no.

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter5: Control Structures Ii (repetition)
Section: Chapter Questions
Problem 12SA
icon
Related questions
Question
Would you like to practice your multiplication tables? (Answer 'true' or 'false'.)
true
Please enter a number from 1-10 to begin practicing.
8
What does 8 * 1 equal?
8
Correct!
What does 8 * 2 equal?
16
Correct!
What does 8 * 3 equal?
23
Try again!
What does 8 * 3 equal?
24
Correct!
What does 8 * 4 equal?
32
Correct!
What does 8 * 5 equal?
40
Correct!
What does 8 * 6 equal?
48
Correct!
What does 8 * 7 equal?
56
Correct!
What does 8 * 8 equal?
64
Correct!
What does 8 * 9 equal?
72
¦ Correct!
What does 8 * 10 equal?
80
Correct!
Would you like to practice your multiplication tables? (Answer 'true' or 'false'.)
false
Goodbye.
Transcribed Image Text:Would you like to practice your multiplication tables? (Answer 'true' or 'false'.) true Please enter a number from 1-10 to begin practicing. 8 What does 8 * 1 equal? 8 Correct! What does 8 * 2 equal? 16 Correct! What does 8 * 3 equal? 23 Try again! What does 8 * 3 equal? 24 Correct! What does 8 * 4 equal? 32 Correct! What does 8 * 5 equal? 40 Correct! What does 8 * 6 equal? 48 Correct! What does 8 * 7 equal? 56 Correct! What does 8 * 8 equal? 64 Correct! What does 8 * 9 equal? 72 ¦ Correct! What does 8 * 10 equal? 80 Correct! Would you like to practice your multiplication tables? (Answer 'true' or 'false'.) false Goodbye.
Your little sister asks you to help her with her multiplication, and you decide to write a
Java program that tests her skills. The program will let her input a starting number, such
as 5. It will generate ten multiplication problems ranging from 5×1 to 5×10. For each
problem she will be prompted to enter the correct answer. The program should check her
answer and should not let her advance to the next question until the correct answer is
given to the current question.
After testing ten multiplication problems, your program should ask whether she would
like to try another starting number. If yes, your program should generate another
corresponding ten multiplication problems. This procedure should repeat until she
indicates no.
Transcribed Image Text:Your little sister asks you to help her with her multiplication, and you decide to write a Java program that tests her skills. The program will let her input a starting number, such as 5. It will generate ten multiplication problems ranging from 5×1 to 5×10. For each problem she will be prompted to enter the correct answer. The program should check her answer and should not let her advance to the next question until the correct answer is given to the current question. After testing ten multiplication problems, your program should ask whether she would like to try another starting number. If yes, your program should generate another corresponding ten multiplication problems. This procedure should repeat until she indicates no.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 4 images

Blurred answer
Knowledge Booster
Returning value from Function
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning