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, booleanScanner++i vs i++)if, if-else, if-else ifchar & casting (type conversions)Math.max, Math.sqrt, Math.powswitch statement (grades, medals, simple ATM)for, while, do-whilewhile & do-whilebreak vs continuevoid vs returnisEven, isPrime, averageArrays utility: toString, equals, fill, sort, copyOfBy 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.