Getting started - Basic concepts, writing our first programs
  • A quick introduction to Java
  • Installing NetBeans
  • Creating our first project - Hello World!
  • Variables and types
  • Value replacing exercise
  • Glass exercise
  • Input, output and calculations - Temperature exercise
  • Boiling exercise
  • Boiling and freezing exercise
  • Logic operators
  • Conditions (if)
  • Review exercise - Fighting exercise
Control structures
  • Theory of loops
  • do-while loop - Check the value of a die exercise
  • Let's fight until death exercise
  • while loop - Count dice rolls exercise
  • Interchangeability - while and do-while loop
  • switch statement
  • Run away exercise
  • Monster name generator exercise
  • for loop - Fight with three monsters exercise
  • break and continue - Multiplication table exercise