Adrian9771 Adrian9771
  • 13-07-2020
  • Computers and Technology
contestada

Write a program that read two numbers from user input. Then, print the sum of those numbers.

Respuesta :

Space
Space Space
  • 13-07-2020

Answer:

#This is in Python

number1 = raw_input("Enter a number: ")

number2 = raw_input("Enter another number: ")

sum = float(number1) + float(number2)

print(sum)

Explanation:

Answer Link

Otras preguntas

The length of a rectangle is three feet less than twice its width. If x represents the width of the rectangle, in feet, which inequality represents the area of
What is the sum of all the terms in the 10th row of Pascal's Triangle
Graph this equation y=3sin(2x-5)
The caste system in India was characterized by
What is the sum of 6 feet 10 inches and 8 feet 9 inches? A. 15 ft. 7 in. B. 15 ft. 19 in. C. 13 ft. 19 in. D. 14 ft. 7 in.
A substance that contains hydrogen that may be replaced by a metal is a/an
How might a young Egyptian rise in social status?
Marco has a jug with 37 ounces of juice. He wants to use some small cups to pass out samples of the juice. Each cup can hold 2 ounces of juice. How many cups ca
what do you think happened to Mrs. Johansen on the way back from Uncle Henrik's boat?
A depression in the ground due to a cave collapse or acidic water dissolution of limestone is called a A. stalagmite. B. cave. C. stalactite. D. sinkhole.