This repository serves as my personal playground for revisiting the core principles of programming using Java. Here, you'll find a collection of code and resources related to Java fundamentals.
To use the Java codes in this repository, please follow these steps:
-
Clone the repository
- Clone this repository to your local machine using Git:
git clone https://github.com/WasikAhmed/Learning-Java.git
-
Compile and Run Codes:
- Navigate to the directory where you cloned the repository:
cd Learning-Java
- Compile and run the Java Codes as needed. For example:
javac Loops/ForLoop.java java Loops/ForLoop
This repository contains the following:
Conditional Statements
Loops
Contributions are always welcome! If you'd like to contribute to this repository or improve the existing code, please follow these guidelines:
- Fork the repository.
- Create a new branch with a descriptive name related to your contribution or issue you're addressing (e.g.,
git checkout -b update-fundamentals
). - Make your changes and commit them:
git commit -m "Updated for loop"
. - Push to your forked repository:
git push origin update-fundamentals
. - Create a pull request with a clear description of your changes.
If you have any questions, suggestions or feedback, feel free to reach out:
- Email: 22-47698-2@student.aiub.edu