Exercise 4 Write a program that allows a user to play HiLo game. User wins if he/she can guess the number between I and 100 within at most 6 iterations. • If s'he guesses a number greater than the secret number. The message shown is "It is Higher than secret shown" • If s/he guesses a number lower than the secret number. The message shown is " It is Lower than secret" • If the guessed number equal to the secret number. The message shown is "Cong! you won" • If the user consumed the 6 trails without finding the secret number a message "Sorry! Try again" will be shown before termination. Output - CppApplication_1 (Run) #3 Enter a positive integez seed value: 100 Enter 0ur mes

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter5: Control Structures Ii (repetition)
Section: Chapter Questions
Problem 28PE
icon
Related questions
Question
Exercise 4
Write a program that allows a user to play HiLo game. User wins if he/she can guess the number between
1 and 100 within at most 6 iterations.
• If s/he guesses a number greater than the secret number. The message shown is "It is Higher than
secret shown"
• If s/he guesses a number lower than the secret number. The message shown is “ It is Lower than
secret"
• If the guessed number equal to the secret number. The message shown is "Cong! you won"
• If the user consumed the 6 trails without finding the secret number a message "Sorry! Try again"
will be shown before termination.
Output - CppApplication_1 (Run) #3
Enter a positive integer seed value:
100
Enter your guess : 40
It is Higher than secret
Enter your guess : 20
It is Higher than secret
Enter your guess : 10
It is Lower than secret
Enter your guess : 15
It is Lower than secret
Enter your guess : 17
It is Lower than secret
Enter your guess : 18
Cong! you won
PE Output
Transcribed Image Text:Exercise 4 Write a program that allows a user to play HiLo game. User wins if he/she can guess the number between 1 and 100 within at most 6 iterations. • If s/he guesses a number greater than the secret number. The message shown is "It is Higher than secret shown" • If s/he guesses a number lower than the secret number. The message shown is “ It is Lower than secret" • If the guessed number equal to the secret number. The message shown is "Cong! you won" • If the user consumed the 6 trails without finding the secret number a message "Sorry! Try again" will be shown before termination. Output - CppApplication_1 (Run) #3 Enter a positive integer seed value: 100 Enter your guess : 40 It is Higher than secret Enter your guess : 20 It is Higher than secret Enter your guess : 10 It is Lower than secret Enter your guess : 15 It is Lower than secret Enter your guess : 17 It is Lower than secret Enter your guess : 18 Cong! you won PE Output
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 2 images

Blurred answer
Knowledge Booster
Constants and Variables
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr