Skip to content

dachkov1/Arithmetic-Task-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arithmetic-Task-Generator

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages