CJCoding With Joseph

Read and Echo an Integer

Read one integer from standard input using cin, then print it back on its own line. For example, if the input is 42, the output is:

42

Expected Output:

42
Topics:
Printing
๐Ÿ“ฅ Auto-Input:
42
This input is automatically fed to your program's stdin
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.