Welcome to my Java Learning Journey! This repository contains all my in-class notes and homework assignments for AP-CSA.
-
Ensure you have Java installed:
java -version
-
Clone the repository:
bash
git clone https://github.com/caseybarajas33/Java-Course.git
-
Navigate to the directory:
bash
cd Java-Course
-
Compile and run a Java file (e.g., Basics.java):
bash
javac Basics.java java Basics
Contributing 🤝
While this repository is primarily for my personal learning, any suggestions, feedback, or corrections are welcome! Feel free to open an issue or create a pull request.
This project is open-source and available under the MIT License.
Made with ❤️ by KC