
Java Basics with Hangman Game
Code Java Basics
The zip file that you buy with this product contains Java source code that illustrates the basics of Java programming.
Java Source Files:
1) Learn to print to the console
2) Variables
2) All data types
3) If else with number variables
4) If else with String variables
5) for-loops
6) while-loops
7) do-while loops
8) Exercise: Enter your password, you may try three times
9) random number generators with the Randon clas
10) Getting user input with the Scanner class
11) Arrays basics
12) Exercise: Arrays Example
13) Loops with break and continue
14) Example: Put all together and code the Hangman Game, basic example
15) Example: Put all together and code the Hangman Game, another example
16) Example: Put all together and code the Hangman Game, another example using methods.
17) Example: Put all together and code the Hangman Game, yet another example
18) Extra: Regex examples