Skip to content

All my Java projects, homework, and notes I did in AP-CSA during the 23-24 school year.

Notifications You must be signed in to change notification settings

caseybarajas33/Java-Learning-Journey

Repository files navigation

Java Learning Journey 🚀

Welcome to my Java Learning Journey! This repository contains all my in-class notes and homework assignments for AP-CSA.

Setup and Run 🛠️

  1. Ensure you have Java installed:

    java -version
    
  2. Clone the repository:

    bash

    git clone https://github.com/caseybarajas33/Java-Course.git
    
  3. Navigate to the directory:

    bash

    cd Java-Course
    
  4. 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

About

All my Java projects, homework, and notes I did in AP-CSA during the 23-24 school year.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages