Reference no: EM132485417
MITS4002 OBJECT-ORIENTED SOFTWARE DEVELOPMENT - Victoria Institute of Technology
LO1 Demonstrate understanding of classes, constructors, objects, data types and instantiation; Convert data types using wrapper methods and objects
LO2 Independently analyse 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
LO3 Demonstrate adaptability in building control and loop structures in an object-oriented environment; Demonstrate use of user defined data structures and array manipulationProject: 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