Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 619 Bytes

File metadata and controls

24 lines (20 loc) · 619 Bytes

JavaBasic

This repository contains my practice programs while learning Java.
Currently, it includes problems up to loops, and I’ll keep adding more as I learn new concepts.

Topics Covered

  • Printing patterns
  • If-else conditions
  • Loops (for, while, do-while)
  • Simple math problems

Purpose

I'm using this repo to:

  • Practice daily problem-solving
  • Track my Java learning journey
  • Build a solid foundation for advanced topics

How to Run

  1. Download or clone this repo.
  2. Open the .java file you want to run in your IDE.
  3. Compile and run:
    javac FileName.java
    java FileName