write a program to find simple interest using input function
Answers
Answered by
4
Answer:
Simple interest formula is given by: Simple Interest ... EXAMPLE2: Input : P = 3000 R = 7 T = 1 Output :210. Python3 ... Python3 program to find simple interest.
Answered by
0
Answer:
Use a python input() function in your python program that takes an input from the user.
Next, calculate the simple interest using this SI = (P * N * R)/100 formula.
After the end program, print the simple interest.
Similar questions
Math,
2 months ago
Math,
5 months ago
Computer Science,
5 months ago
Physics,
10 months ago
Computer Science,
10 months ago