35 lines
1.4 KiB
Markdown
35 lines
1.4 KiB
Markdown
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.
|
||
3. Your program must use Java JDK7 or above to develop.
|
||
4. 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.
|
||
|
||
5. Write down your test cases and the reason(s) for them.
|
||
- Test your program by using your test cases.
|
||
|
||
6. 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
|
||
|
||
8. Weight of this assignment is 20% of the module total assessment.
|