Skip to content

wasikahmed/Learning-Java

Repository files navigation

Learning-Java

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.


Table of Contents

Installation

To use the Java codes in this repository, please follow these steps:

  1. Clone the repository

    • Clone this repository to your local machine using Git:
    git clone https://github.com/WasikAhmed/Learning-Java.git
  2. 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

Code Illustrations

This repository contains the following:

Conditional Statements

Loops

Contributing

Contributions are always welcome! If you'd like to contribute to this repository or improve the existing code, please follow these guidelines:

  1. Fork the repository.
  2. Create a new branch with a descriptive name related to your contribution or issue you're addressing (e.g., git checkout -b update-fundamentals).
  3. Make your changes and commit them: git commit -m "Updated for loop".
  4. Push to your forked repository: git push origin update-fundamentals.
  5. Create a pull request with a clear description of your changes.

Contact Information

If you have any questions, suggestions or feedback, feel free to reach out:

Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published