Skip to content

mohanvamsi04/Java-Programs

Repository files navigation

Java Programs Basics

A collection of beginner-friendly Java programs aimed at solving common problems and practicing fundamental programming concepts.


✨ What's Inside / Features

  • Practical Programs: Simple and clean Java solutions for day-to-day programming challenges.
  • Day-wise Progress: Organized into separate files per day (e.g., Day1.java, Day2.java, etc.), making it easy to track learning milestones.
  • Core Topics: Covers essential Java concepts, including:
    • Loops and conditionals
    • Input/output
    • Arrays and strings
    • Functions and recursion

Perfect for students and coding enthusiasts looking to strengthen their Java basics.


🛠 Tech Stack

  • Language: Java
  • Environment: Compatible with any Java SE JDK (version 8 or above).
  • Build/Run Options:
    • Command Line
    • Popular Java IDEs (e.g., IntelliJ IDEA, Eclipse, NetBeans)

⚡ How to Use / Run

  1. Clone this repository:

    git clone https://github.com/mohanvamsi04/Java-Programs.git
    cd Java-Programs
  2. Compile and execute a program:
    Java programs can be compiled and run from the terminal:

    javac Day1.java  
    java Day1  

    Replace Day1 with the respective file name.

  3. Using an IDE:

    • Open the repository as a project/workspace.
    • Navigate to the desired .java file and execute it.

📂 Folder Structure

Each file represents Java codes written on a specific day:

Java-Programs/
├── LICENSE
├── README.md
├── Day1.java
├── Day2.java
├── Day3.java
... (and more)

👏 Contributing

Contributions are welcome!

Steps to Contribute:

  1. Fork this repository and start making improvements.
  2. Submit your changes through a pull request.

Feel free to create issues for feature requests or bugs.


📜 License

This project is licensed under the MIT License.


💡 Author

Developed and maintained by mohanvamsi04.
Questions or suggestions? Contact me!

About

A collection of Java programs demonstrating fundamental concepts, algorithms, and problem-solving techniques.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages