Write program that displays the future investment value


Learning Outcomes:

I. Demonstrate understanding of classes, constructors, objects, data types and instantiation; Convert data types using wrapper methods and objects

II. Independently analyze customer requirements and design object-oriented programs using scope, inheritance, and other design techniques; Create classes and objects that access variables and modifier keywords. Develop methods using parameters and return values

III. Demonstrate adaptability in building control and loop structures in an object-oriented environment; Demonstrate use of user defined data structures and array manipulation Project: Calculating Future Investment Value

Problem Description:

Write a program that reads in investment amount, annual interest rate, and number of years, and displays the future investment value using the following formula:

and displays the future investment value using the following formula:

future Investment Value = investment Amount * (1 + monthly Interest Rate) number Of Years*12

Attachment:- Object-Oriented Software Development.rar

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: Write program that displays the future investment value
Reference No:- TGS03050462

Expected delivery within 24 Hours