Description
In this course, you will :
- Learn Java Programming Basics in an hour.
- Apply the basics to the familiar HangmanGame.
- Learn by having fun.
- Learn: Variables, Decisions (if-else), For and While Loops and Arrays
Syllabbus :
1. 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
2. Play the Hangman Game
-
Putting it all together: Coding the Hangman Game
3. 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