🔹 Basic Level
- Check if a number is even or odd using if-else
- Check if a person is eligible to vote (18+)
- Find largest of 2 numbers
🔹 Intermediate Level
- Find grade based on marks
- 90+ → A
- 60–89 → B
- Below 60 → Fail
- Create a simple calculator using switch:
- +, -, *, /
- Check username & password (hardcoded)
🔹 Advanced Level
- Build login system with roles (admin/user/editor)
- Validate form:
- Name required
- Email valid
- Password min 6 chars
- Convert switch to match expression
- Create traffic light system:
- red → stop
- yellow → wait
- green → go






