โ Back to Printing
Question 316
Number in Three Bases
Number in Three Bases
Anint n = 255is given. Print it in decimal, hexadecimal, and octal on one line, separated by single spaces: 255 ff 377 Use thedec,hex, andoctstream manipulators.
Expected Output:
255 ff 377
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.