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
1
= python = 10
= greatest number = 99
= 10+99
= 109 and
Answered by
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
Hindi,
2 months ago
Computer Science,
9 months ago