Computer Science, asked by kavitaarora1811, 5 months ago

write a program to find simple interest using input function​

Answers

Answered by aryavarnika964
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 daniya2810
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