Exercise 1 Guess Number Write Program Chooses Random Integer 0 99 User Tries Guess Integer Q37022298

answer the question by using C++
Exercise #1: Guess a number Write a program that chooses a random integer between 0 and 99. The user tries to guess the integExercise #1: Guess a number Write a program that chooses a random integer between 0 and 99. The user tries to guess the integer in a minimum number of trials. For each trial, your program should indicate if the integer is lower, higher or equal. At the end, the program displays the number of trials done by the user Sample input/ output Guess my chosen number Try a number:

OR
OR

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.