Skip to content

NastasiyaT/java-project-61

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 

Repository files navigation

Hexlet tests and linter status:

Actions Status Maintainability

What does the application do:

This command line application consists of five games: Even, Calc, GCD, Progression and Prime.

Even

The application generates a random number. Decide whether it is even or not.

asciicast

Calc

The application generates an expression. Find out the value and type the result.

asciicast

GCD

The application generates two random numbers. Find out the greatest common divisor of them.

asciicast

Progression

The application generates a progression with one number hidden. Find out which.

asciicast

Prime

The application generates a random number. Decide whether it is prime or not.

asciicast