Introduction
  • Introduction
Java Basics
  • Print to the console
  • Data types and variables in Java
  • Decision making with if-else in Java
  • Repeating code with a Java for-loop
  • Repeating code with a Java while-loops
  • Getting user input with the Scanner
  • Array Basics in Summary
Play the Hangman Game
  • Putting it all together: Coding the Hangman Game
More About Arrays
  • Create and print a Java array
  • Get the length of an array in Java
  • Access individual values in an array
  • Loop over all values in the array using a for loop
  • Find a value in an array
  • Update a value in an array
  • Compare 2 arrays