โ Back to User Input
Question 63
Half of an Input
Half of an Input
Read an integer and print half of it using integer division. Example: input 10 prints 5, and input 7 prints 3.
Expected Output:
5
Topics:
User Input
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (cw, cr, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.