Activity 03: Java Program for Future Investment Calculation (MITS4002)

Verified

Added on  2025/04/28

|7
|212
|72
AI Summary
Desklib provides past papers and solved assignments for students. This project demonstrates a Java program for calculating future investment values.
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:
The given problem is about to create a program to calculate future investment amount of
some user by entering their values as the amount, time of interest and rate of interest. The
program will create on Java concept with using some formulas and provide output to the
users.
Design:
Follow some design principles that are required to write a program:
Datatypes are used to define variables that also used in this program like, double
Create the main class and declare to get input from the user side and follow by
scanner class object
Use the formula in the program creation and take entries from users to provide the
output
The fi values are used print with using the calculation program
The created program could manage exceptions
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:
Enter the sample values that given by users and test the program as it provides correct
values
Enter one more set of values from the user side and get the correct output
chevron_up_icon
1 out of 7
circle_padding
hide_on_mobile
zoom_out_icon
[object Object]