Question
Using python write a program that does the following:
•Create the logic for a program that calculates and displays the amount of money you would have if you invested $3000 at 2.65 percent interest for one year.
•Create a separate method to do the calculation and display the result.
•Make sure you pass at least one variable into the method and return one value
•Create the logic for a program that calculates and displays the amount of money you would have if you invested $3000 at 2.65 percent interest for one year.
•Create a separate method to do the calculation and display the result.
•Make sure you pass at least one variable into the method and return one value
Answers
Related Questions
Using python write a program that does the following:
•Create the logic for a program whose main()...
69.Which one of the following alternatives should not be included in a logic model of a program?
a....
Which one of the following alternatives should not be included in a logic model of a program?
a. E...
In this unit, you developed your skills at coding in Python. In this activity, you will put those sk...