An open API service indexing awesome lists of open source software.

https://github.com/rominalodolo/moshjavatutorial

Youtube tutorial exercises.
https://github.com/rominalodolo/moshjavatutorial

beginner exercises intelij java mosh tutorial youtube

Last synced: 4 months ago
JSON representation

Youtube tutorial exercises.

Awesome Lists containing this project

README

          

# Java Tutorial for Beginners
> by Mosh

[Link](https://www.youtube.com/watch?v=eIrMbAQSU34&t=2853s)

## Contents of Video
- Introduction
- Installing Java
- Anatomy of a Java Program
- Your First Java Program
- Cheat Sheet
- How Java Code Gets Executed
- Course Structure
- Types
- Variables
- Primitive Types
- Reference Types
- Primitive Types vs Reference Types
- Strings
- Escape Sequences
- Arrays
- Multi-Dimensional Arrays
- Constants
- Arithmetic Expressions
- Order of Operations
- Casting
- The Math Class
- Formatting Numbers
- Reading Input
- Project: Mortgage Calculator
- Solution: Mortgage Calculator
- Types Summary
- Control Flow
- Comparison Operators
- Logical Operators
- If Statements
- Simplifying If Statements
- The Ternary Operator
- Switch Statements
- Exercise: FizzBuzz
- For Loops
- While Loops
- Do...While Loops
- Break and Continue
- For-Each Loop
- Project: Mortgage Calculator
- Solution: Mortgage Calculator
- Control Flow Summary
- Clean Coding

## Last Edit June 2022