Problem Statement
Read two integers and print the integer quotient and remainder.
DEMO-OOP-33 โข Object Oriented Programming
Read two integers and print the integer quotient and remainder.
Input is given as whitespace-separated tokens in this order:
Print the exact report in this order:
Submit runs every public testcase in this browser. Results and code never leave this device.
17 5
Quotient: 3 Remainder: 2
20 4
Quotient: 5 Remainder: 0
C, C++, Java, and Python run locally in a browser VM. No worker or visualizer is used.
/workspace/question