Skip to content

ZCW-Cohort-94/TooLargeTooSmall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TooLargeTooSmall

Guessing Game; Too Large Too Small

Objective:

  • Write a guessing game which prompts a user to guess a mystery number within some range.
  • After every guess the program should display some variation of "too large", "too small", "correct guess", respectively.
  • Upon termination, the program should display the number of guesses before successfully guessing correctly.
  • A number that is input consecutively, should register as a single guess.

Purpose:

  • To establish familiarity with
    • Control Flow
    • Conditionals
    • User input
    • The Random class
    • Object instantation/declaration
    • Method invokation

Resources:

Unit Test

No Unit Test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages