I’ve released Mastering Java Programming, Vol 2!
This covers the following topics:
Sect 1: Read Single Key from Keyboard using System.in.read()
Sect 2: Important Behavior When Using System.in.read()
Sect 3: Read Integers and Doubles from Keyboard using Scanner
Sect 4: Using IF-Else to Make Decisions
Sect 5: Nested IF Statements
Sect 6: The IF-Else-IF Ladder
Sect 7: The Switch Statement
Sect 8: Using the Break Statement
Sect 9: The Remainder Operator and Continue Statement
Sect 10: The While Loop
Sect 11: The Do-While Loop
Sect 12: Exploring Java Classes and Packages
Sect 13: Absolute Value of Numbers
Sect 14: Rounding Numbers, Ceiling, and Floor
Sect 15: Powers and Square Roots
Sect 16: Using Pi and E in Calculations
Sect 17: Logarithms and Natural Logarithms
Sect 18: Converting between Degrees and Radians
Sect 19: Sin, Cos, and Tangent
Sect 20: aSin, aCos, and aTan