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.
- Printing patterns
- If-else conditions
- Loops (for, while, do-while)
- Simple math problems
I'm using this repo to:
- Practice daily problem-solving
- Track my Java learning journey
- Build a solid foundation for advanced topics
- Download or clone this repo.
- Open the
.javafile you want to run in your IDE. - Compile and run:
javac FileName.java java FileName