A collection of my homework assignments from my Java and Advanced Java progamming courses taken at OCCC.
I wanted to create a few repositories to showcase the assignments I worked on throughout my education. This repository will host my Java assignments. I will admit I am uploading these projects way after I have already finished the courses, so I will do my best to explain what the purpose of each assignment was. Please do not use or copy my code if you are taking either the Java or Advanced Java class at OCCC.
Brief sypnosis of the assignments. [WIP]
To get a local copy of my assignments up and running follow these simple example steps.
You will need the following.
- Java OpenJDK JDK 21
- Terminal / Powershell
- clone this repo
- cd to the desired project folder
- compile the main java file
javac filename.java
- execute the program
javac filename
This is only to showcase my work and nothing more. Please do not use or copy my code if you are taking either the Java or Advanced Java class at OCCC.