Problem Statement
Read principal, annual rate, and number of years, then print the simple interest projection.
DEMO-OOP-33 โข Object Oriented Programming
Read principal, annual rate, and number of years, then print the simple interest projection.
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.
1000.0 5.0 2
Interest: 100.00 Total: 1100.00
500.0 7.5 1
Interest: 37.50 Total: 537.50
C, C++, Java, and Python run locally in a browser VM. No worker or visualizer is used.
/workspace/question