jaredwaw1 jaredwaw1
  • 14-01-2021
  • Computers and Technology
contestada

Write a program that takes three numbers as input from the user, and prints the largest.

Respuesta :

Tsarina
Tsarina Tsarina
  • 14-01-2021

Answer:

I'll be using python:

__________________________

a=int(input("Enter a number :"))

b=int(input("Enter another number :"))

c=int(input("Enter last number :"))

lis=[a,b,c]

sort=sorted(lis)

print("The largest number is:", sort[1])

___________________________

Answer Link

Otras preguntas

(Q002) Although bipedalism is unusual, humans are not the only living bipeds. For example, some flightless birds are also bipedal. Identify a living non primate
Which of the following events could increase Earth's temperature? Question 2 options: A. a decrease in the relative percent of greenhouse gases B. planting mor
What is 6÷1/5? 30, ​24, ​5/6, 1/30. you will get 18 things
Can someone help me answer these?? Pls I need this by tomorrow
To locate exact places on the earth, one must look at: A. The intersecting lines of latitude and longitude B. The lines of latitude only C. The lines of longitu
Bianca set the thermostat in her house to 87°F, which was 13° warmer than the temperature outside. What temperature was it outside? Confused.
What factors determine the distance at which two atoms form a bond ?
After obtaining the city of Jerusalem for jehoiachin,how did nebuchadnezzar affect the lives of many Jews
(1) x + 4 > 8. If you need to solve for x, what's the first step? (A) Subtract x from both sides. incorrect answer (B) Subtract 4 from both sides. incorrect
Help will mark brainliest