1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
slamgirl [31]
3 years ago
12

Draw a structured flowchart or write pseudocode that describes the process of guessing a number between 1 and 100. After each gu

ess, the player is told that the guess is too high or too low. The process continues until the player guesses the correct number. Pick a number and have a fellow student try to guess it by following your instructions.
Mathematics
1 answer:
konstantin123 [22]3 years ago
4 0

In pseudocode

num2guess = random(1,100)

pnum = 0

while (pnum != num2guess) {

 pnum = ask_player("What number I'm thinking?")

 if  (pnum > num2guess) {

   print("Too high.")

 } else if (pnum < num2guess) {

   print("Too low.")

 }

}

print("Good job!")

You might be interested in
What is the measure of angle 5 if the measure of angle 2 is 37 degrees and the measure of angle 3 is 72 degrees
ahrayia [7]

Answer:

160 is a whole angle so 37+72=109                             160-109=51

51 is your answer

Step-by-step explanation:

7 0
2 years ago
Divide £72 cm in the ratio 2:3:1
PilotLPTM [1.2K]
2:3:1....added = 6

2/6(72) = 144/6 = 24
3/6(72) = 216/6 = 36
1/6(72) = 72/6 = 12

ratio is now 24:36:12
6 0
3 years ago
C) How could you use estimation to determine if your answer is reasonable? Explain.
Sliva [168]
Estimation would give you an answer close to the actual answer so you can see if your answer is reasonable depending on how close the estimate is
8 0
2 years ago
Which of the following describes the graph of y=[x-2]?
kow [346]

Answer:

What are the answer choices, if you have any?.

Step-by-step explanation:

7 0
1 year ago
A cylinder has a base radius of 5 inches and a height of 6 inches. What is its volume in cubic inches, to the nearest tenths pla
yuradex [85]

Answer:

V≈471.24

or to the nearest tenth is

471.2

7 0
2 years ago
Read 2 more answers
Other questions:
  • Sean and his family chartered a fishing boat for the day. Sean caught a blue marlin and an amberjack. The weight of the blue mar
    5·1 answer
  • Graphs of 3 functions are shown below. In two or more sentences, explain whether or not the inverse of each graph is a function.
    12·1 answer
  • A study by Consumer Reports showed that 64% of supermarket shoppers believesupermarket brands to be as good as national brands.
    14·1 answer
  • Write a function rule that gives the total cost c(p) of p pounds of sugar if each pound costs $.59. A. c(p) = 59p B. c(p) = p/0.
    13·1 answer
  • Which of the following expressions is equivalent to?
    7·1 answer
  • (JUSTIFY)The diameter of a wheel is 15 inches. How far would your hand move in one full turn of the wheel if you do not let go o
    5·1 answer
  • A right triangle has legs that measure 8 feet and 6 feet. What is the length of the hypotenuse?
    11·1 answer
  • If a4a3 is divisible by 11, what is a?(a is a number)
    8·1 answer
  • Find the diameter of the object
    5·1 answer
  • The revenue from selling x necklaces is r(x) =10x. The cost of buying x necklaces is c(x)=4x+15. The profit from selling x neckl
    11·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!