Question: Q6. in C++ 6 Write a program that prompts the user to enter three integer values, and then outputs the values in numerical sequence separated
6 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 1046 , the output should be 4,6,10. If two values are the same, they should just be ordered together. So, the input 454 should give 4,4,5
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
