Question: C#.NET Lab 6 Write a program that will calculate the present value for a future investment goal, future value for an investment made today, or
C#.NET Lab 6
Write a program that will calculate the present value for a future investment goal, future value for an investment made today, or monthly payment for a fixed-rate loan. The formula for each of these values are listed below;
FV= future value
PV = present value
MP= Monthly Loan Payment
IR = yearly or monthly interest rate as a decimal Terms = number of years or months,
NP = number of monthly payments
LA = loan amount
should look like : 
be sure to follow the Windows application standard look:
Make up a name for your Investment company - you can choose a font, colors whatever Each calculation must be done with a function. Each function must use an argument list. Limited form level variables. All validation must be done with functions. Each function must accept a textbox and return a Boolean result.
Investment and Payment Calculator Clear Summary Exit Name your Investment Company nvestment Value (Future Value) Present Value: Interest Rate (APR) Years: nvestment Value (Present Value) Future Value: nterest Rate (APR) Loan Payment Loan Amount Interest Rate (APR) Years: OR Years OR Future Value Present Value: Monthly Payament: Calculate FV Calculate PV Calculate MP
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
