Welcome to my Daily Java Practice Programs repository!
This repository contains my day-to-day Java coding practice, where I solve basic to intermediate Java problems to strengthen my programming fundamentals and problem-solving skills.
- ๐ Daily Java practice programs
- ๐ง Focus on logic building and core concepts
- ๐ Suitable for beginners and learners
- ๐งช Well-structured and easy-to-understand code
- Basics of Java
- Variables and Data Types
- Conditional Statements (if, switch)
- Loops (for, while, do-while)
- Functions / Methods
- Arrays
- Strings
- Number Programs (Prime, Armstrong, Palindrome, etc.)
- Pattern Printing
- Object-Oriented Programming (OOP) concepts
- Exception Handling (basic)
- Input/Output operations