CJCoding With Joseph

Half of an Input Number

Read a single integer and print half of it using integer division (the fractional part is dropped).

Example: input 10 prints 5, and input 7 prints 3.

Expected Output:

5
Topics:
User Input
๐Ÿ“ฅ Auto-Input:
10\n
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.