This repository contains my Java basic practice programs created while learning core Java concepts. It includes beginner-level programs to strengthen fundamentals and problem-solving skills.
- Variables & Data Types
- Operators
- Conditional Statements (if-else, switch)
- Loops (for, while, do-while)
- Arrays
- Methods
- Basic Pattern Programs
- Simple Number Programs (Palindrome, Prime, Factorial, etc.)
- Practice core Java concepts
- Improve logical thinking
- Build a strong programming foundation
- Track my learning progress
- Java
- VS Code / IntelliJ IDEA
- Git & GitHub
- Clone the repository
- Open in your Java IDE
- Compile and run any
.javafile