HOME
Maths Quiz
Write a program that creates a simple maths addition quiz which asks 10 questions.
- Each question should display as two random numbers (between 1 and 10) with a plus sign between.
- Then the user should be able to input their guess at the answer.
- The program should then return if the answer is right or wrong.
- After the final question the total number of correct answers should be displayed
Construct a pseudocode answer by drag&dropping and reordering lines from the
left to the right.
New instance
Get feedback