โ Back to Printing
Question 315
Formatted Table Row
Formatted Table Row
Print one table row: the nameAppleleft-aligned in a 10-wide field, followed by the price1.5right-aligned in an 8-wide field with 2 decimals: Apple 1.50 There are 9 spaces betweenAppleand1.50. Use<iomanip>withleft,right,setw,fixed, andsetprecision(2).
Expected Output:
Apple 1.50
Topics:
Printing
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (cout, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.