asked 205k views
3 votes
Multiple Choice

Which of the programs below will result in the following output?
Hours
8
85
10
Total
26.5

asked
User Yoriz
by
8.5k points

2 Answers

4 votes

Answer:

A

Step-by-step explanation:

answered
User PradyJord
by
8.0k points
4 votes

Answer:

print("Hours")

print(8)

print(8.5)

print(10)

print("Total")

print(8 + 8.5 + 10)Step-by-step explanation:

answered
User Imulsion
by
8.7k points

No related questions found