Šī lapa labāk darbojas, ja pārlūkam ir pieejams JavaScript
Sākums
Izpētīt
Yoda
Portal
Forum
Palīdzība
Pierakstīties
natehalldev
/
ZCW-TooLargeTooSmall-BlueJ
atdalīts no
Cohort4.2/BlueJ-TooLargeTooSmall
Vērot
1
Pievienot zvaigznīti
0
Atdalīts
0
Kods
Problēmas
0
Izmaiņu pieprasījumi
0
Laidieni
0
Vikivietne
Aktivitāte
5
Revīzijas
1
Atzars
Koks:
9ceba92214
master
Atzari
Tagi
${ item.name }
Izveidot atzaru
${ searchTerm }
no '9ceba92214'
${ noResults }
ZCW-TooLargeTooSmall-BlueJ
/
README.md
README.md
971B
Vēsture
Neapstrādāts
ZCW-MicroLabs-JavaFundamentals-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:
Procedural Programming
Unit Test
No Unit Test
What's Next?
The next lab can be found
here