Deze website werkt beter met JavaScript
Beginscherm
Verkennen
Yoda
Portal
Forum
Help
Inloggen
JaseG256
/
ZCW-TooLargeTooSmall-BlueJ
geforked van
ZipCodeWilmington/ZCW-TooLargeTooSmall-BlueJ
Volgen
1
Ster
0
Vork
0
Code
Kwesties
0
Pull-aanvragen
0
Publicaties
0
Wiki
Activiteit
3
Commits
1
Branch
Tree:
74a0cd4eee
master
Branches
Labels
${ item.name }
Maak branch
${ searchTerm }
van '74a0cd4eee'
${ noResults }
ZCW-TooLargeTooSmall-BlueJ
HTTPS
ZIP
TAR.GZ
Jason Gibbs
74a0cd4eee
Code refined#
6 jaren geleden
TooLargeTooSmall
Code refined#
6 jaren geleden
.DS_Store
initial commit
6 jaren geleden
Main.java
initial commit
6 jaren geleden
README.md
initial commit
6 jaren geleden
README.md
ZCW-MicroLabs-JavaFundamentals-TooLargeTooSmall
Guessing Game; Too Large Too Small
Topics
user input
Random
object
Overview
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.
Unit Test
No Unit Test
What's Next?
The next lab can be found
here