Answered step by step
Verified Expert Solution
Question
1 Approved Answer
NEED HELP WITH THIS PYTHON PROGRAM PLEASE This exercise is about to use and improve the BankAccount class we created in class (l've uploaded the
NEED HELP WITH THIS PYTHON PROGRAM PLEASE
This exercise is about to use and improve the BankAccount class we created in class (l've uploaded the original version of BankAccount class to Canvas->Exercise code Folder- Exer 10.2 Folder, within the account.py file) (1) Modify the original BankAccount class Task 1.1: create a new method named get_ interest, which allows a self parameter and a interest rate parameter. The total amount of interest interest rate self__balance is calculated and returned to the caller. (2) Write the main program to create an instance from BankAccount class Task 2.1: create an account for Alice, the starting money she has is $10000 Task 2.2: call the get interest method and pass in interest rate 0.01. The total amount and printed. Note that you can write the modified BankAccount class and the main program together in one python file, and copy the code into the answer field. Total amount of interest 100.0
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