This repository contains my journey of learning Java from scratch.
Iโm practicing fundamental concepts by writing clean and simple .java
programs.
- โ Hello World
- โ Variables & Data Types
- โ Conditional Statements (if, switch)
- โ Loops (for, while, do-while)
- โ Functions / Methods
- โ Arrays
- โณ Object-Oriented Programming (coming soon)