Question: Exercise 1: (25 points) Write a C Program that will ask the user to enter 5 numbers in an array. Then this code will arrange
Exercise 1: (25 points) Write a C Program that will ask the user to enter 5 numbers in an array. Then this code will arrange and display the numbers from smallest to largest. Enter 5 Numbers: 12 5 6 10 20 The numbers from smallest to largest: 56 10 12 20 = Insert a copy of the code (include comments). (20 pts) Take a screenshot for the program output with your name in the output screen. (5 pts)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
