Question: To review C + + basic programming knowledge: data types, writing loops, writing functions, using C + 1 O , using standard library,... To gain

To review C++ basic programming knowledge: data types, writing loops, writing functions, using C+1O, using standard library,...
To gain experience with program development life cycle, especially specification, design, coding and testing.
In this warm up project, you are asked to write a C++program proj1.cpp that lets the user or the computer play a guessing game. The computer randomly picks number in between 101 and 200(including 101 and 200), and then for each guess the user or computer makes, the computer informs the user whether the gue was too high or too low. The program should start a new guessing game when the correct number is selected to end this run (see the sample run below).
 To review C++ basic programming knowledge: data types, writing loops, writing

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!