Simple Interest Calculator
Easy📝 Description
Calculate simple interest given principal, rate, and time.
Input Format
Three space-separated numbers: principal, rate, time
Output Format
Simple interest value
Constraints
All values positive
🔍 Sample Input
1000 5 2
✅ Sample Output
100.0
Code Editor
Please login to run and submit code.
Results
Suggested Solution
Shortcuts: Ctrl+Enter to submit, Ctrl+Shift+R to run