Phase 1 — Language Fundamentals¶
Topics in this phase are Java-specific — syntax, data types, control structures. This is mandatory groundwork before moving into algorithmic thinking.
| # | Topic | Status |
|---|---|---|
| 01 | Variables, Data Types, Operators | ✅ |
| 02 | Conditionals | ⬜ |
| 03 | Loops | ⬜ |
| 04 | Methods | ⬜ |
| 05 | String | ⬜ |