CJCoding With Joseph

Uppercase Hexadecimal

An int n = 255 is given. Print it in UPPERCASE hexadecimal:

FF

Combine the hex and uppercase stream manipulators.

Expected Output:

FF
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.