This repository serves as a portfolio to document my progress in learning Java. It is intended for reference use, and was built over the course of a class I took during my Spring 2023 semester of college.
These are the packages I've created in this repository that I feel are most exemplary. Many more can be found in this repository's code.
| Package | Class(es) | Description |
|---|---|---|
| P1 | PokemonBattle.java | A simple battle simulator. Both players input stats, and the program decides the victor. |
| A4 | SwitchActivity.java | Switch statements |
| A10 | FileAppend.java FileRead.java FileWrite.java |
Filesystem I/O |
| A11 | MethodsActivity.java | Methods |