This repo is to hold files implemented in my youtube series: https://www.youtube.com/watch?v=pwZjLPimLDQ&list=PLaBPUIXZ8s4APElsm9Qvsr6gbcMO3BUmR
This series reviews the fundamentals of the Java language. This series will cover:
- The necessary tools you need in order to build Java applications
- How to create a simple Java program
- Common programming errors
- How to create methods
- How to do if statements, conditionals, and ternary operators
- How to use while loops and for loops
- Single-Dimensional Arrays
- Multi-dimensional Arrays
- Objects and Classes