I'm new to C++, I hope everyone can use a simple way to explain this.
How do you tell the user to enter three numbers in one statement?
The question is:
Write a program that asks the user for three floating-point numbers in a single statement. Print the numbers back to the screen with a precision of one decimal point. Use a field width for the output that places the three numbers across the screen as in the example below.