Question: Write a program that prompts the user to enter three integer values, and then outputs the values in numerical sequence separated by commas. So, if
Write a program that prompts the user to enter three integer values, and then outputs the values in numerical sequence separated by commas. So, if the user enters the values 10 4 6, the output should be 4, 6, 10. If two values are the same, they should just be ordered together. So, the input 4 5 4 should give 4, 4, 5.
Step by Step Solution
3.41 Rating (179 Votes )
There are 3 Steps involved in it
include stdlibfacilitiesh note that different compilersSDEs keep header files in different places ... View full answer
Get step-by-step solutions from verified subject matter experts
