This website works better with JavaScript
Почетна
Преглед
Yoda
Portal
Forum
Помоћ
Пријавите Се
vincesima
/
ZCW-TooLargeTooSmall-BlueJ
изданак од
ZipCodeWilmington/ZCW-TooLargeTooSmall-BlueJ
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Издања
0
Вики
Activity
2
Комити
1
Грана
Грана:
master
master
Гране
Ознаке
${ item.name }
Create branch
${ searchTerm }
from 'master'
${ noResults }
ZCW-TooLargeTooSmall-BlueJ
HTTPS
ZIP
TAR.GZ
Vincent Sima
4cfe378e44
message
пре 8 година
.DS_Store
message
пре 8 година
Game.class
message
пре 8 година
Game.ctxt
message
пре 8 година
Game.java
message
пре 8 година
README.md
initial commit
пре 8 година
package.bluej
message
пре 8 година
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