Completed
Formatting Numbers
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Java Tutorial for Beginners
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Installing Java
- 3 Anatomy of a Java Program
- 4 Your First Java Program
- 5 Cheat Sheet
- 6 How Java Code Gets Executed
- 7 Course Structure
- 8 Types
- 9 Variables
- 10 Primitive Types
- 11 Reference Types
- 12 Primitive Types vs Reference Types
- 13 Strings
- 14 Escape Sequences
- 15 Arrays
- 16 Multi-Dimensional Arrays
- 17 Constants
- 18 Arithmetic Expressions
- 19 Order of Operations
- 20 Casting
- 21 The Math Class
- 22 Formatting Numbers
- 23 Reading Input
- 24 Project: Mortgage Calculator
- 25 Solution: Mortgage Calculator
- 26 Types Summary
- 27 Control Flow
- 28 Comparison Operators
- 29 Logical Operators
- 30 If Statements
- 31 Simplifying If Statements
- 32 The Ternary Operator
- 33 Switch Statements
- 34 Exercise: FizzBuzz
- 35 For Loops
- 36 While Loops
- 37 Do...While Loops
- 38 Break and Continue
- 39 For-Each Loop
- 40 Project: Mortgage Calculator
- 41 Solution: Mortgage Calculator
- 42 Control Flow Summary
- 43 Clean Coding