The problem

Create a number guessing name. The random number to guess should be between 1 and 100. Keep all the guesses made in an array. Count the number of guesses. As the user guesses, tell the user if they are too low or are too high.

Print PDF

Topics

5. Random
11. If Else
14. Loop
25. Array

Languages

3. C#
4. JavaScript