โ Back to Variables
Question 38
Integer Division
Integer Division
When both operands are ints, / does integer division (it drops the fractional part). Print the result of 7 / 2:
3Expected Output:
3
Topics:
Variables
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.