Files
jacksonyeet/java-assignment
louiscklaw 5aaa313cb2 update,
2025-02-01 02:02:19 +08:00
..
2025-02-01 02:02:19 +08:00
2025-02-01 02:02:19 +08:00
2025-02-01 02:02:19 +08:00
2025-02-01 02:02:19 +08:00
2025-02-01 02:02:19 +08:00
2025-02-01 02:02:19 +08:00
2025-02-01 02:02:19 +08:00
2025-02-01 02:02:19 +08:00
2025-02-01 02:02:19 +08:00
2025-02-01 02:02:19 +08:00
2025-02-01 02:02:19 +08:00
2025-02-01 02:02:19 +08:00

  1. This assignment should be written by individual student. All downloaded materials are not allowed.
  2. Plagiarism will be treated seriously.
  • All assignments that have been found involved wholly or partly in plagiarism (no matter these assignments are from the original authors or from the plagiarists) will score ZERO marks.
  1. Your program must use Java JDK7 or above to develop.
  2. Your program must be structured and well commented.

The first few lines in the source file must be comments stating the name of the source file, student name, student ID, course name, course code, and brief description of your program.

/********************************************************
Name of Source File: xxxxx.java
Student Name (ID): Chan Tai Man (141414141)
Course Name (Code): HD in MAD (IT114112)
Program Description:
This program is . . . . . . .
. . . . .
. . . . .
********************************************************/

Marks will be deducted if such comments are not included.

  1. Write down your test cases and the reason(s) for them.
  • Test your program by using your test cases.
  1. You are required to hand a zip file containing the following 2 items via the assignment link in Moodle:
  • a. Program code of your java file, including detailed comments
  • b. Input file to show your test cases
  1. Weight of this assignment is 20% of the module total assessment.