Skip to content

Latest commit

 

History

History
45 lines (26 loc) · 1.63 KB

readme.md

File metadata and controls

45 lines (26 loc) · 1.63 KB

CO1109-Answers

Welcome to the CO1109 Answers page

⚠️ DISCLAIMER

This repository of documents and source codes were created with the intention of helping fellow students. No infringement of copyrights or legal rights intended. Please only take these answers as a reference for your research purposes.


What does this repository contain?

Currently, we are working on writing answers (with supported Java source code) for all the past year exam questions.

We plan to add all exercises' answers in the future. (Pull Requests with such contributions welcome)

We have verified source code available for all Java coding-related questions available in the relevant directory's page in the java-src directory.

Viewing Answers

Browse the repository on GitHub and navigate to the appropriate directory.

All answers are written in Markdown format.

Running Java Files

Unless placed in a sub-directory, these source files have not been packaged, and can be executed directly after compiling by running java <filename-without-extension> on the command line.

For example, to run Question 3b part III, just execute:

java q3biii

Note that we do not include compiled .class files. You can either import the files into your favourite Java-compatible IDE or compile from the command line.

javac q3biii

Ensure you have included the JDK directory in your PATH!

Contributing

Do you have answers to contribute? Verified java source files? Please start a new issue describing your contribution and then submit your referenced Pull Request!

We currently only accept verified answers with accompanied java source files.