Sololearn: Learn to Code
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2
Don't upvote yourself, especially when you don't know what you're asking. please elaborate. If you're asking how to use multiple Console.ReadLine, just practice with it. Create a game that uses a while loop to ask the user to guess a number between 1 and 100. if the user's guess is too low then output a message saying so and have the user guess again. If guess is too high output another message saying guess is too high. If user guesses correctly use the 'break' statement to kill the loop and end the program. This is a very simple beginner assignment I had when I was in college. try it.
1st Aug 2016, 12:00 PM
Mike
Mike - avatar