Question: O 30 11 ed Find the errors in the given program and rewrite the correct program p = float(input(Enter the principle amount : ')) r

O 30 11 ed Find the errors in the given program and rewrite the correct program p = float(input("Enter the principle amount : ')) r = float(input("Enter the rate of interest: ") out of question - float(input("Enter the time in the years: ')) si == (p*r*n)/100 print("Principle amount ", p) print("Interest rate :", r) print("Time in years print("Simple Interest : " si) 1 B 5 E E E
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
