1. Watch video "10a Java Methods and Functions". Note the problem solving process and the structure of methods and functions in Java. Presentation is located at: http://nebomusic.net/javalessons/10_Java_Functions_and_Methods.pdf
2. Watch video "10b Java Functions Exercise 01 Part 1". Complete the following Exercises:
01: Sum
02: Difference
03: Print Line Break
04: Count Up
3. Watch video "11a Java Methods and Functions Part 2". Note the difference between void and return methods and the problem solving process. Presentation is available at: http://nebomusic.net/javalessons/10_Java_Functions_and_Methods.pdf
4. Complete the following exercises from "Java Functions Exercise 01"
05: Compute Tip
06: Compute Tip Total
07: getConeValue
08: convertMoney
09: getPerimeter
10: isInRange
5. Watch video "12 Java Function Practice: Basics - Level 1" for overview of assignment.
6. Complete the Following Exercises:
-Area of a Circle w/ Radius
-Square of a Double Type
-Cube of a Number
-Weight of a Car Carrier Trailer
-Purchase Calculator
-Address Number Combinations
-Area of a Triangle