Question
You have been asked to write a small program that will be part of a larger application that will help users determine how much money
You have been asked to write a small program that will be part of a larger application that will help users determine how much money they will make on a particular investment. The user will need to enter the principal or the amount they have to invest, along with the interest rate and time period of the investment. The program will display to the user the investments total interest and final value. You will need the following formula: interest = principal * rate * time final value = principal + interest For this portion of the lab you will create the necessary Python statements to declare your variables and ask for input. Once you have written your code click on the submit button and then the Run button. If your output looks like the following you have completed this section correctly. Enter the Principal Value of your investment: $ Enter the Time(in years) you plan to save your investment: Enter the Rate (2% = 0.02) you will collect on your investment:
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started