Question: Write a program to read three data values into num1, num2, and num3 and rearranges the data so that they are in increasing sequence, with
Write a program to read three data values into num1, num2, and num3 and rearranges the data so that they are in increasing sequence, with the smallest value in num1. The three calls to function order perform this sorting operation. Test your code with sample data.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
