MITS4002 Object-Oriented Software Development: Loan Calculator Project

Verified

Added on  2025/04/29

|8
|225
|141
AI Summary
Desklib provides past papers and solved assignments for students. This project focuses on building a loan calculator.
Document Page
MITS4002
OBJECT-ORIENTED SOFTWARE
DEVELOPMENT
Activity 07
Project:
Student ID:
Student full name:
Total Points:
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
Contents
Establishment the requirements:................................................................................................3
Create a design:..........................................................................................................................3
Implement the code:...................................................................................................................4
Output:........................................................................................................................................5
Testing the implementation:.......................................................................................................8
Document Page
Establishment the requirements:
Write a program to calculate the loan amount with an instalment for different users. Provide
input from the user side to enter interest rate and a number of years to calculate total
payment. Define design with code implementation, output and testing of the source code.
Create a design:
A required datatype to define each kind of variable
Create the main class as args with using string datatype
Declare main class and use for loop with catch function
Calculate instalment amount of loan payment with entering user inputs by using the
formula
Use the class “LoanamountCalculateWithInstallment” and object
“getLoanAmountStatement” to get the calculated loan amount
Document Page
Implement the code:
Provide the screenshot of the coding part as below:
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
Output:
Provide the output of the calculated loan amount of seven years as below:
Figure 1: Output 1
Document Page
Figure 2: Output 2
Document Page
Figure 3: Output 3
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
Figure 4: Output 4
Testing the implementation:
Test the program to find be-bug and errors by entering values from the user side
Two set of values enter from the side and provide an output as above.
Not de-bug and error found in the program
chevron_up_icon
1 out of 8
circle_padding
hide_on_mobile
zoom_out_icon
[object Object]