Sample output: Please enter a value between 1 and 10000: 5000 LOWER Please enter a value between 1 and 4999: 500 HIGHER Please enter a value between 501 and 4999: 4000 HIGHER Please enter a value between 4001 and 4999: 4640 WINNER

Systems Architecture
7th Edition
ISBN:9781305080195
Author:Stephen D. Burd
Publisher:Stephen D. Burd
Chapter10: Application Development
Section: Chapter Questions
Problem 5VE
icon
Related questions
Question

Design a flowchart for the following program:

Write a "guessing game" program that generates a random integer between 1 and 10000, inclusive. The program should prompt the user to enter a guess. For each guess, the program will output ‘HIGHER’ if the user's guess is lower than the target, ‘LOWER’ if the user's guess is higher than the target, or ‘WINNER’ if the user guesses the target. Each time the program prompts the user for a new guess, it should calculate and display the eligible range of values.

Sample output:
Please enter a value between 1 and 10000:
5000
LOWER
Please enter a value between 1 and 4999:
500
HIGHER
Please enter a value between 501 and 4999:
4000
HIGHER
Please enter a value between 4001 and 4999:
4640
WINNER
Transcribed Image Text:Sample output: Please enter a value between 1 and 10000: 5000 LOWER Please enter a value between 1 and 4999: 500 HIGHER Please enter a value between 501 and 4999: 4000 HIGHER Please enter a value between 4001 and 4999: 4640 WINNER
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Fundamentals of Boolean Algebra and Digital Logics
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
Systems Architecture
Systems Architecture
Computer Science
ISBN:
9781305080195
Author:
Stephen D. Burd
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