A beginner-friendly course for university students. Learn variables, conditions, loops, methods, arrays, and build mini-projects step by step.
Step-by-step path from first line of code to complete mini-projects.
main
, case-sensitivity, semicolonsSystem.out.print/println
, escape sequences (\n
, \t
, \\
, \"
)int
, double
, String
, char
, boolean
Scanner
++i
vs i++
)if
, if-else
, if-else if
char
& casting (type conversions)Math.max
, Math.sqrt
, Math.pow
switch
statement (grades, medals, simple ATM)for
, while
, do-while
while
& do-while
break
vs continue
void
vs return
isEven
, isPrime
, average
Arrays
utility: toString
, equals
, fill
, sort
, copyOf
By the end, you’ll write small–medium Java programs, use variables & operators confidently, structure logic with conditions & loops, work with methods & arrays, and deliver a complete mini project.