Mastering Java, Vol 4 – Posted to Member’s Area!

I have posted Vol 4 in the Java series to the member’s area available
for immediate viewing.

In this course, we focus extensively on working with Arrays and Strings
in Java.  We also use the class methods for strings and arrays frequently
so you’ll get a hands on approach to practical uses in real programs.

View these lessons here:

http://www.mathtutordvd.com/public/Mastering-Java-Programming-Vol-4-Arrays-and-Strings.cfm

Mastering Statistics, Vol 3 – Posted to Member’s Area

Hi, I have posted Mastering Statistics, Vol 3 to the member’s area.
Its available for immediate viewing!

In this course we will primarily cover the Central Limit Theorem and
Confidence Intervals.  Both of these topics are absolutely central
to any Statistics Course.

View these lessons here:
http://www.mathtutordvd.com/public/Mastering-Statistics-Vol-3-Confidence-Intervals.cfm

Mastering Java Programming, Vol 2 Released!

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

Java Programming Course – Released!

Hi!

There has been overwhelming response for a Java programming course.  Vol 1 is now available for immediate viewing in the member’s area.

View “Mastering Java, Vol 1” Here!

Here is a list of topics covered:

Lesson 1 – Introduction and How to Use This Course
Lesson 2 – What is Java and How is it Compiled?
Lesson 3 – Java Terminology
Lesson 4 – Installing the Java Development Kit
Lesson 5 – Compiling Our First Java Program
Lesson 6 – Installing the Eclipse IDE
Lesson 7 – Compiling our First Program Using Eclipse IDE
Lesson 8 – Examining a Simple Java Program in Detail
Lesson 9 – Overview of the Eclipse IDE
Lesson 10 – Commenting your Code
Lesson 11 – Insert New Lines and Tabs into Screen Output
Lesson 12 – Declaring and Using Integer Variables
Lesson 13 – Basic Arithmetic with Integer Variables
Lesson 14 – Declaring and Using Floating-Point Variables
Lesson 15 – Single-Line IF Statements
Lesson 16 – Single-Line FOR Loops
Lesson 17 – Creating Code Blocks
Lesson 18 – More Integer Data Types
Lesson 19 – More Floating Point Data Types
Lesson 20 – Character Data Type
Lesson 21 – Boolean Data Type
Lesson 22 – More on Declaring and Initializing Variables
Lesson 23 – Variable Scope and Lifetime
Lesson 24 – Increment and Decrement Variables
Lesson 25 – Logical Operators
Lesson 26 – Shorthand Arithmetic Assignments