Menu

[solved]-Write C Program Uses Menu Switch Statement Ask User Type Interest Would Like Calculate Sim Q39084614

Write a C program that uses a menu and a switch statement to ask the user what type of interest they would like to calculateWrite a C program that uses a menu and a switch statement to ask the user what type of interest they would like to calculate Simple, Compound or Continuous. Calculate and print results. Your program must loop until the user wants to quit. Simple Interest A=P(1 + r) P = Principle or Initial Amount A = Amount after t years r = interest rate (ex: for 5% user=0.05) n = compounding per year (ex: quarterly, n = 4) Compound interest Continuous compounding A-Pert Computational Thinking and Test Cases: Pseudocode: Show transcribed image text Write a C program that uses a menu and a switch statement to ask the user what type of interest they would like to calculate Simple, Compound or Continuous. Calculate and print results. Your program must loop until the user wants to quit. Simple Interest A=P(1 + r) P = Principle or Initial Amount A = Amount after t years r = interest rate (ex: for 5% user=0.05) n = compounding per year (ex: quarterly, n = 4) Compound interest Continuous compounding A-Pert Computational Thinking and Test Cases: Pseudocode:

Expert Answer


Answer to Write a C program that uses a menu and a switch statement to ask the user what type of interest they would like to calcu… . . .

OR


Leave a Reply

Your email address will not be published. Required fields are marked *