Write a program to compute and display an investment''s total


In this portion of the lab you will analyze a problem and create a Raptor program to solve it. (Taken from Chapter 1, Programming Problems, #5). Read the following:
Write a program to compute and display an investment's total interest and final value when the user inputs the original amount invested, the rate of interest, (as a decimal), and number of years invested. You will need the following formula:

Interest = principal * rate * time
Final value = principal + interest


Step 1: Analyze the problem. In the table below list the inputs, outputs and a one sentence description of the problem. 

Request for Solution File

Ask an Expert for Answer!!
Programming Languages: Write a program to compute and display an investment''s total
Reference No:- TGS0100278

Expected delivery within 24 Hours