0
C# GuessNo program
Please write a program that generates random numbers between 1 and 20. The program should ask for a user to guess the random number, then display the random number and the message indicating the userâs guess was too high, too low or correct.
1 Answer
+ 1
Please don't ask people to write you a code, instead, try and ask if you have problems, or alternatively, you can search for examples in Code Playground, learn how the code works, and implement your own.