MITS4002: Activity 03 - Future Investment Value Calculator Project

Verified

Added on  2025/04/28

|7
|205
|397
AI Summary
Desklib provides past papers and solved assignments for students. This project demonstrates calculating future investment value using Java.
Document Page
MITS4002
OBJECT-ORIENTED SOFTWARE
DEVELOPMENT
Activity 03
Project:
Student ID:
Student full name:
Total Points (20 pts):
tabler-icon-diamond-filled.svg

Paraphrase This Document

Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
Document Page
Document Page
Contents
Analysis:.....................................................................................................................................3
Design:.......................................................................................................................................3
Coding:.......................................................................................................................................4
Output Screenshots:...................................................................................................................5
Testing:.......................................................................................................................................6
Document Page
Analysis:
Write a program to get the future investment value by entering the input of investment
amount with annual interest rate and a number of years of interest. Find the accumulated
value by formula-based calculation and get the output of the program as the future investment
amount provided in the output section.
Design:
Follow some design principles that are required to write a program:
Use proper datatypes to define each variable in the program
Declare main class at first and take input from the user side to define in scanner class
object.
Use the formula to calculate future investment value and enter user input to get the
output.
Use fi value to calculate print the calculated program
Manage exceptions in the created program
tabler-icon-diamond-filled.svg

Paraphrase This Document

Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
Document Page
Coding:
Document Page
Output Screenshots:
Provide the output screenshots of the future investment value as below:
Figure 1: Program Run
Figure 2: Future investment calculation
Document Page
Testing:
Test the program by entering a sample value and get the correct output
Test with entering another set of user entry and get the output as the correct value
chevron_up_icon
1 out of 7
circle_padding
hide_on_mobile
zoom_out_icon
[object Object]