
If Else Statements in Java
Adding on an else statement to last week’s code. These help to account for other scenarios or options not covered by just a plain if statement. Like what if you order a grilled cheese but the restaura...
15 Heinä 20217min

Introduction to If Statements in Java
We explore how to use if statements and the logic behind how they operate (in as simple terms as I can and with practical examples to make it easier).
8 Heinä 20217min

Number Telepathy Magic Trick
As planned, we are taking a break to do a fun mathematical magic trick. Try it out with your friends or family. Mathemagic!
1 Heinä 20214min

Enumerated Types in Java
In this episode, we discuss how to use enumerated types in Java. We look at two different ways to access the name and how to use it to determine the ordinality of the elements. I believe this lesson i...
24 Kesä 20219min

Formatting Decimals in Java
In this episode, we tackle how to format the precision of decimals down to the exact, precise number of decimal places or digits after the decimal point.
17 Kesä 20217min

Money and Percent Formatters in Java
In this lesson, we learn how to print out money and percents formatted properly using Java.
10 Kesä 202110min

The Math Class in Java
We go to the Math Class in Java and learn how to use the various operators to perform desired calculations.
3 Kesä 20216min

How to Use the Random Class to Generate Random Numbers in Java
In this episode, we explore how to generate random integers and decimals using the Random class in Java.
27 Touko 202110min





















