This program is a console application that generates arithmetic tasks.
It first prompts the user to enter the desired difficulty settings:
-Select Exercise: 1.(+) Addition 2.(-) Subtraction 3.(×) Multiplication 4.(÷) Division
-Select Difficulty: 1.Easy 2.Moderate 3.Hard
-Select Operands Count: (2–5)
Then it generates 10 tasks of the same arithmetic operation. For each task, it waits for input from the user and checks whether the answer is correct.
If correct, it prints Correct! If not, it prints the task along with its correct answer.
At the end, it prints a mark represented as a percentage.
This program is useful for primary school students to practice arithmetic.