Create a program that will ask the user to enter 10 numbers and display the 1 st and 2nd to highest number and 1st and 2nd to the lowest number. Note: Don’t use array sorting OUTPUT: Enter ten...


Create a program that will ask the user to enter 10 numbers and display the 1 st and 2nd to highest number and 1st and 2nd to the lowest number. Note: Don’t use array sorting



OUTPUT:



Enter ten numbers:<br>10 88 19 35 35 5 99 7 34 100<br>first to the highest: 100<br>second to the highest: 99<br>first to the lowest: 5<br>second to the lowest: 7<br>

Extracted text: Enter ten numbers: 10 88 19 35 35 5 99 7 34 100 first to the highest: 100 second to the highest: 99 first to the lowest: 5 second to the lowest: 7

Jun 10, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here