Week 3
Mon
Review last Friday's test
Review last Friday's test
Chapter 2 focus: The Math, Random, and Scanner class
From the Math class (p. 94)
- Important math methods: abs, pow, and sqrt
The Scanner class (p. 96 of 2nd edition, I will give you notes)
Getting input from the user
Programming
AreaCircle.java
Circumference.java
Tue
Classwork
From the Random class(p. 91, 92)
Generating random numbers
Programming
Dice.java
Homework
Chapter 2, Short Answer 2.10 to 2.13, p. 118, 119
Wed
Warmup
Practice-It! Review operator precedence
(or any other Practice-It!)
Programming
Page 120, Program2_9.java
Homework (due Friday)
Page 120 Program2_9.java
Thu
Review for Test
Experimenting with processing.org
Fri
Test on Math methods and random numbers