2. Write a program that will calculate the account balance after we deposited the amount of money for a given period (in years) with interest rate. The program shall ask the user to input the amount...













.Write a program that will calculate the account balance after we deposited the amount ofmoney for a givenperiod (in years) withinterest rate. The program shall ask the user to input the amount (m), period (n) and interest rate (r). Write a local function that will calculate the balance (B). Display the result of the balance calculation. Use the formula below for the balance. Save program asLE9-2.mand flowchart/pseudo-code asLE9-2.png orLE9-2.txt.
B=m∗(1+r)n

2. Write a program that will calculate the account balance after we deposited the amount of money for a<br>given period (in years) with interest rate. The program shall ask the user to input the amount (m), period<br>(n) and interest rate (r). Write a local function that will calculate the balance (B). Display the result of the<br>balance calculation. Use the formula below for the balance. Save program as LE9-2.m and<br>flowchart/pseudo-code as LE9-2.png or LE9-2.txt.<br>В - т * (1+r)

Extracted text: 2. Write a program that will calculate the account balance after we deposited the amount of money for a given period (in years) with interest rate. The program shall ask the user to input the amount (m), period (n) and interest rate (r). Write a local function that will calculate the balance (B). Display the result of the balance calculation. Use the formula below for the balance. Save program as LE9-2.m and flowchart/pseudo-code as LE9-2.png or LE9-2.txt. В - т * (1+r)"

Jun 09, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here