Assignment 1 - lingzhongli/252931-STIW3054-A182-A1 GitHub Wiki
Presentation youtube link - https://youtu.be/FJH-FNLi8Qo
Class Diagram

Output







Reference:
Class Diagrams with ObjectAid. How to generate a class diagram using Eclipse with the ObjectAid plugin (https://www.youtube.com/watch?v=Foh4juv1CW4&t=6s)
Install ObectAid. The ObjectAid UM Explorer is installed from within Eclipse with these steps. (https://www.objectaid.com/install-objectaid)
Estimating Software Based on Use Case Points. (http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.100.2621&rep=rep1&type=pdf)
Eclipse Metrics plugin 1.3.8 - Getting started (http://metrics2.sourceforge.net/)
Java try-catch block. Java try block is used to enclose the code that might throw an exception. It must be used within the method. (https://www.javatpoint.com/try-catch-block)