Question: 1.(15 points) Write a C program that asks the user for three integers and prints them in order from smallest to largest, or an error
1.(15 points) Write a C program that asks the user for three integers and prints them in order from smallest to largest, or an error message if what was entered is something other than three integers. (This will turn out to be a special case of a more general problem of putting things in order. Don't try right now to solve the general problem; just solve it for three numbers using what we've discussed in class up through 9/13.) Notice that the numbers do not have to be distinct the input could be three values all the same, or two the same and one different, or all three different
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
