Problem Statement
Parse a loan amount and month count, then print the monthly installment. Handle invalid numbers and invalid month counts.
DEMO-OOP-33 โข Object Oriented Programming
Parse a loan amount and month count, then print the monthly installment. Handle invalid numbers and invalid month counts.
Input is given as whitespace-separated raw tokens exactly in the order described by the problem statement.
Print the exact success report or exact error message required by the problem.
Submit runs every public testcase in this browser. Results and code never leave this device.
1200 12
Monthly: 100.00
500.5 5
Monthly: 100.10
C, C++, Java, and Python run locally in a browser VM. No worker or visualizer is used.
/workspace/question