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
alex41 [277]
3 years ago
5

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:
kirill [66]3 years ago
5 0

Pseudocode is below

Step-by-step explanation:

random_number = genRandomInt[1, 100]

get_input = input(“Select a number between 1 and 100: ")  

while get_input<100

if get_input >random_number:

print(“the number you selected is high”)

else if get_input < random_number

print(“the number you selected is low”)

else:

print(“correct number!”)

end

You might be interested in
omar tariq has a credit card that uses the unpaid balance method to compute the finance charge. His monthly periodic rate is 2.4
german
The answer is B) previous balance
7 0
3 years ago
What is the equation of a line that is parallel to x - 2y= -4 and passes through the point 0,0
dem82 [27]
The answer is y=1/2x

8 0
3 years ago
Use your knowledge of scientific notation, SI prefixes, conversion factors, and
mixas84 [53]
1 x 10^10 or 10000000000
4 0
3 years ago
3. Find the volume of a
weeeeeb [17]

Answer: 401.88

Step-by-step explanation: math

4 0
3 years ago
Is the following sequence arithmetic, geometric, or neither? 1, 4, 9, 16,25
Simora [160]

Answer:neither

Step-by-step explanation:

There is no ratio to multiply by or number to add

7 0
3 years ago
Other questions:
  • The function E(d)=0.25d√ approximates the number of seconds it takes a dropped object to fall d feet on Earth. The function J(d)
    5·1 answer
  • A middle school has a speech club with a total of 18 students. The ratio of girls to boys is 4:5. How many girls are in the spee
    6·1 answer
  • State the degree and leading coefficient of each polynomial in one variable -12-8x^2+5x-21x^7
    15·1 answer
  • If y = -30 when x = 15, what is the value of x when y = 60?<br><br> y=__x<br> x=__
    10·1 answer
  • A snail moves at a speed of 2.394 inches per minute. If the snail keeps moving like this how much will it travel in 7.489 minute
    11·1 answer
  • The Stolen Book. Betty tells Susan that Bob stole her business law book from her car. The next day Susan confronts Bob and slaps
    11·1 answer
  • The volume of a cylinder is 30 pie cubic units. A cone shares the same base. The height of the cone is twice the height of the c
    9·1 answer
  • Please answer this equation what is the answer to 1/4(k-1)=10
    7·2 answers
  • Make x the main subject<br> 6x+a=5(x+t)
    15·2 answers
  • 3. A new state law says that the penalty for
    10·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!