Programming Bootcamp

Introduction to programming using Java — concepts, code, and hands-on labs.

🛠️
Mac Setup Guide Install mise, Java, and VS Code
📚
Complete Bootcamp Start from the beginning — all lessons in one flow
1
What is Programming? Hardware, the OS, languages, compiled vs. interpreted, Hello World
2
Variables & Data Types Primitives, Strings, arithmetic operators, arrays
3
Input & Decisions Scanner, if/else, comparison & logical operators
4
Loops while, do-while, for, for-each, break & continue · Lab: FizzBuzz