Computer Science, asked by mishrakumis, 2 months ago

Write a python program to accept 10 numbers from user and find the greatest number.(Hint: use list to store 10 numbers)

Answers

Answered by bultiranidutta
1

= python = 10

= greatest number = 99

= 10+99

= 109 and

Answered by sidharthgautam10802
1

Answer:

In the program below, the three numbers are stored in num1, num2 and num3 respectively. We've used the if...elif...else ladder to find the largest among the three and display it.

Similar questions