COIT 11222 Assessment Item 1: Java Console Program Report
VerifiedAdded on 2025/04/30
|11
|687
|361
AI Summary
Desklib provides past papers and solved assignments for students. This report details Java console program development.

COIT 11222
Assessment item 1—Java Console Program
Assessment item 1—Java Console Program
Paraphrase This Document
Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser

Table of Contents
Introduction.................................................................................................................................................3
Time consumed in development of programs:.............................................................................................4
Problems encountered:................................................................................................................................4
Output Screenshots:.....................................................................................................................................4
Week1.....................................................................................................................................................4
Week 2....................................................................................................................................................5
Week 3:...................................................................................................................................................5
Week 4:...................................................................................................................................................6
Week 5:...................................................................................................................................................6
Test case:.....................................................................................................................................................9
Conclusion.................................................................................................................................................11
Table of Figures
Figure 1: Output of Week 1.........................................................................................................................4
Figure 2: Output of Week 2.........................................................................................................................5
Figure 3: Output of week 3..........................................................................................................................5
Figure 4: Output of week 4..........................................................................................................................6
Figure 5: output of Week 5 -1......................................................................................................................6
Figure 6: output of Week 5 -2......................................................................................................................6
Figure 7: output of Week 5 -3......................................................................................................................7
Figure 8: output of Week 5 -4......................................................................................................................7
Figure 9: output of Week 5 - 5.....................................................................................................................7
Figure 10: output of Week 5 -6....................................................................................................................7
Figure 11: output of Week 5 -7....................................................................................................................8
Figure 12: output of Week 5 - 8...................................................................................................................8
Figure 13: output of Week 5 -9....................................................................................................................8
Figure 14: output of Week 5 -10..................................................................................................................8
Figure 15: output of Week 5 -11..................................................................................................................9
1
Introduction.................................................................................................................................................3
Time consumed in development of programs:.............................................................................................4
Problems encountered:................................................................................................................................4
Output Screenshots:.....................................................................................................................................4
Week1.....................................................................................................................................................4
Week 2....................................................................................................................................................5
Week 3:...................................................................................................................................................5
Week 4:...................................................................................................................................................6
Week 5:...................................................................................................................................................6
Test case:.....................................................................................................................................................9
Conclusion.................................................................................................................................................11
Table of Figures
Figure 1: Output of Week 1.........................................................................................................................4
Figure 2: Output of Week 2.........................................................................................................................5
Figure 3: Output of week 3..........................................................................................................................5
Figure 4: Output of week 4..........................................................................................................................6
Figure 5: output of Week 5 -1......................................................................................................................6
Figure 6: output of Week 5 -2......................................................................................................................6
Figure 7: output of Week 5 -3......................................................................................................................7
Figure 8: output of Week 5 -4......................................................................................................................7
Figure 9: output of Week 5 - 5.....................................................................................................................7
Figure 10: output of Week 5 -6....................................................................................................................7
Figure 11: output of Week 5 -7....................................................................................................................8
Figure 12: output of Week 5 - 8...................................................................................................................8
Figure 13: output of Week 5 -9....................................................................................................................8
Figure 14: output of Week 5 -10..................................................................................................................8
Figure 15: output of Week 5 -11..................................................................................................................9
1

Introduction
This report will provide the detailed information of all the programs that is developed on the basis of
topics that were covered in weeks from 1 – 5. These programs consist of printing pattern in command line
interface to working with user I/O using GUI message box. This report consists of information related to
the time taken in development of project. This report also consists of screenshots of the output generated
after the development of all the programs with a detailed test case.
2
This report will provide the detailed information of all the programs that is developed on the basis of
topics that were covered in weeks from 1 – 5. These programs consist of printing pattern in command line
interface to working with user I/O using GUI message box. This report consists of information related to
the time taken in development of project. This report also consists of screenshots of the output generated
after the development of all the programs with a detailed test case.
2
⊘ This is a preview!⊘
Do you want full access?
Subscribe today to unlock all pages.

Trusted by 1+ million students worldwide

Time consumed in development of programs:
The programs of assignment 1 were easy to code as these were directly related to the things that I have
studied in my weeks. These programs took on an around 2 days to code all week associated java
programs.
Problems encountered:
During the coding of all the programs the main issue I faced was to set the path of java in system to
compile and run the created java code in the command prompt. After a few hours of research I found an
appropriate solution to add Java path in the system. After that the second problem I faced was in week 1
in printing the initials of the name as it took lot of time to plot the initials in accurate formatting.
Output Screenshots:
Week1
Figure 1: Output of Week 1
3
The programs of assignment 1 were easy to code as these were directly related to the things that I have
studied in my weeks. These programs took on an around 2 days to code all week associated java
programs.
Problems encountered:
During the coding of all the programs the main issue I faced was to set the path of java in system to
compile and run the created java code in the command prompt. After a few hours of research I found an
appropriate solution to add Java path in the system. After that the second problem I faced was in week 1
in printing the initials of the name as it took lot of time to plot the initials in accurate formatting.
Output Screenshots:
Week1
Figure 1: Output of Week 1
3
Paraphrase This Document
Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser

Week 2
Figure 2: Output of Week 2
Week 3:
Figure 3: Output of week 3
4
Figure 2: Output of Week 2
Week 3:
Figure 3: Output of week 3
4

Week 4:
Figure 4: Output of week 4
Week 5:
Figure 5: output of Week 5 -1
Figure 6: output of Week 5 -2
5
Figure 4: Output of week 4
Week 5:
Figure 5: output of Week 5 -1
Figure 6: output of Week 5 -2
5
⊘ This is a preview!⊘
Do you want full access?
Subscribe today to unlock all pages.

Trusted by 1+ million students worldwide

Figure 7: output of Week 5 -3
Figure 8: output of Week 5 -4
Figure 9: output of Week 5 - 5
Figure 10: output of Week 5 -6
6
Figure 8: output of Week 5 -4
Figure 9: output of Week 5 - 5
Figure 10: output of Week 5 -6
6
Paraphrase This Document
Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser

Figure 11: output of Week 5 -7
Figure 12: output of Week 5 - 8
Figure 13: output of Week 5 -9
Figure 14: output of Week 5 -10
7
Figure 12: output of Week 5 - 8
Figure 13: output of Week 5 -9
Figure 14: output of Week 5 -10
7

Figure 15: output of Week 5 -11
Test case:
Week case Expected Result Actual Result
1 Printing of
Initials
Initials of name
will be printed
in proper format
and with
accurate
spacing.
2 Valid Input The program
will take input
in a desired
manner and
display
appropriate
result as
required.
3 If – else if The program
will provide all
the output as
per the
condition
specified in the
if- else if
8
Test case:
Week case Expected Result Actual Result
1 Printing of
Initials
Initials of name
will be printed
in proper format
and with
accurate
spacing.
2 Valid Input The program
will take input
in a desired
manner and
display
appropriate
result as
required.
3 If – else if The program
will provide all
the output as
per the
condition
specified in the
if- else if
8
⊘ This is a preview!⊘
Do you want full access?
Subscribe today to unlock all pages.

Trusted by 1+ million students worldwide

4 While loop The program
will iterate itself
by the
appropriate
number of times
as of the highest
number of
student ID
5 Proper input
and output
using GUI
The program
will take input
and process the
accurate result
from user by
GUI message
box.
9
will iterate itself
by the
appropriate
number of times
as of the highest
number of
student ID
5 Proper input
and output
using GUI
The program
will take input
and process the
accurate result
from user by
GUI message
box.
9
Paraphrase This Document
Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser

Conclusion
This report provided the description of programs in the assignment. This report had shown all the
output screenshots of programs that were developed. This assignment was based on Java and
programs were developed for both the interfaces that is CLI and GUI. This report also described
a detailed test case over the test ran on the program to check the functionality of the programs as
per requirements.
10
This report provided the description of programs in the assignment. This report had shown all the
output screenshots of programs that were developed. This assignment was based on Java and
programs were developed for both the interfaces that is CLI and GUI. This report also described
a detailed test case over the test ran on the program to check the functionality of the programs as
per requirements.
10
1 out of 11
Related Documents

Your All-in-One AI-Powered Toolkit for Academic Success.
+13062052269
info@desklib.com
Available 24*7 on WhatsApp / Email
Unlock your academic potential
Copyright © 2020–2025 A2Z Services. All Rights Reserved. Developed and managed by ZUCOL.