Skip to content

DeltechJavaAcademy/CLI-Multiplication-Test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 

Repository files navigation

CLI-Multiplication-Test

You will build a program that asks the user multiplication problems and keeps track of how many they get right.

Requirements

  • The system will generate two random number between 0 and 12
  • The user can see the multiplication problem on the screen
  • The user can enter their answer
  • The system will ask 20 questions
  • The user can see their score at the end
  • The user can choose to go again
  • The system will run until te user answers no

Mock Ups

Math Time!
4x6= 24
1x8= 8
...
3x9= 24

Result: 85%
Again(y/n): y

5x5= 25
...
2x0= 25
Result: 55%
Again(y/n): n

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published