โ Back to Printing
Question 307
Left-Aligned Text
Left-Aligned Text
Print the wordCatleft-aligned in a field 10 characters wide, then a|to mark the end of the field: Cat | There are 7 spaces betweenCatand|. Use<iomanip>withleftandsetw(10).
Expected Output:
Cat |
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.