โ Back to User Input
Question 157
Half of an Input Number
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
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (p, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.