By observing the output of this program, you should be able to verify that you earned $0.75 in interest and have an ending balance at the end of the month of $600.75.
Then modify the BankAccount class's constructor method to create a BankAccount object that stores a monthly interest when the user inputs an annual interest rate of the format "nnn.nn" (i.e., 1.5). Note that the BankAccount constructor stored a monthly interest rate for the BankAccount object's instance field originally, but the user had to convert the annual rate to a monthly rate (i.e., 1.5 to 0.00125). Then modify the Program2 driver class to prompt the user for an annual interest rate. Recompile both classes and execute the modified Program2 driver class again, this time with the following inputs: