Problem Statement
Read a start value and divisor, then print the first number greater than or equal to the start value that is divisible by the divisor.
DEMO-OOP-33 โข Object Oriented Programming
Read a start value and divisor, then print the first number greater than or equal to the start value that is divisible by the divisor.
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.
5 4
First Multiple: 8
10 3
First Multiple: 12
C, C++, Java, and Python run locally in a browser VM. No worker or visualizer is used.
/workspace/question