There are several console games on java:
- Calculation - need to calculate result of the expression.
- Even - need to answer "yes" if number even otherwise answer "no".
- Gcd - need to find the greatest common divisor of given numbers.
- Prime - need to answer "yes" if given number is prime. Otherwise answer "no".
- Progression - need to find which number is missing in the progression.
- GuessNum - need to guess the number from 0 to 10 using hints.