cocochuks123
cocochuks123 cocochuks123
  • 09-07-2021
  • Computers and Technology
contestada

write an algorithm that reads to values, determines the largest value and prints the largest value with an identifying message ​

Respuesta :

isabellarw123
isabellarw123 isabellarw123
  • 09-07-2021

Answer:

I'm unsure of what language you are referring to, but the explanation below is in Python.

Explanation:

a = int(input("Input your first number: "))

b = int(input("Input your second number: "))  

c = int(input("Input your third number: "))

maximum = max(a, b, c)

print("The largest value: ", maximum)

Answer Link

Otras preguntas

what is 4/7 divided by 6/11 in simplest form
Critics of the divine command theory say that if the theory is true, and God, therefore, lacks reasons for his commands, then _____.
C=3y^2+4y+4 D=-7y^2+3y-6
How did the executive branch of the Roman Republic (the consuls) differ from that of the United States? A) Leaders were appointed rather than elected. B)
What is the wavelength, in nm, of radiation which has an energy if 3.371 x 10^-19 joules per photon?A) 655.9nm B)152.5nm C)170.0nm D) 589.3nm E)745.1nm Explain
oh mah lord please please help me
A gas station owner suspects that he is being overcharged for gasoline deliveries by a gasoline supplier. The overcharge seems particularly high in the summer m
State a hypothesis based on the following question: What do you think will happen when the pressure on an underwater object changes?
Three times Jeff's age plus 3 is Maria's age. Maria is 48. What is Jeff's age?
People living or traveling in the country of Tibet would MOST likely be affected by A) blizzards. B) sandstorms. C) rough terrain. D) flooding rivers.