Computer Science, asked by krishgupta52006, 11 months ago

write a program to input 10 numbers and print the biggest and the second biggest number​

Answers

Answered by chandanraghav
0

Answer:

Explanation:

Input : list1 = [10, 20, 4]

Output : 10

Input : list2 = [70, 11, 20, 4, 100]

Output : 70

Answered by madhudevi2508
2

Answer:

Explanation:

here is your answer of this question

Attachments:
Similar questions