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 : ") t = 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 :", t) print("Simple Interest : " si) %3D

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter2: Problem Solving Using C++using
Section: Chapter Questions
Problem 8PP: (Modify) a. Modify the program you wrote for Exercise 7 to provide the mass of a person as an...
icon
Related questions
icon
Concept explainers
Question
12
Find the errors in the given program and rewrite the correct program
p = float(input("Enter the principle amount:
%3D
ut of
r= float(input("Enter the rate of interest: ")
float(input("Enter the time in the years: "))
estion
SI ==
(p*r*n)/100
print("Principle amount: ", p)
print("Interest rate :", r)
print("Time in years :", t)
print("Simple Interest : "si)
Transcribed Image Text:12 Find the errors in the given program and rewrite the correct program p = float(input("Enter the principle amount: %3D ut of r= float(input("Enter the rate of interest: ") float(input("Enter the time in the years: ")) estion SI == (p*r*n)/100 print("Principle amount: ", p) print("Interest rate :", r) print("Time in years :", t) print("Simple Interest : "si)
Expert Solution
steps

Step by step

Solved in 2 steps with 4 images

Blurred answer
Knowledge Booster
Operators
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr