Exploring Conditional Programming
Learning Target & Do Now
LT: Today has 3 focuses relating to Java:
DN: Pull up Conditional_Explore code� You may also want Branching.java from a previous day
Homework
Today’s animal:� Emperor tamarin
Exploring Conditional Programming, Day 2
Learning Target & Do Now
LT: Today has 3 focuses relating to Java:
DN: Pull up your code from yesterday, and continue working
Conditional Programming Day 2
From xkcd.com
Homework
Today’s animal: coelacanth
Conditional Programming Lab
if (readyForMore) {
deeperUnderstanding = true;
}
Learning Target & Do Now
LT: Today, I will gain a better understanding of not only reading code but writing it.
DN: Grab a computer and open today’s page on Google Classroom
Conditional Branching
if( logical comparison )
{
commands that execute when the logical comparison evaluates to true
}
Conditional Branching, cont.
Homework
Today’s animal: Dingiso
Lab Day
Learning Target & Do Now
LT: By the end of today I will feel comfortable with some of the basic rules of writing Java.
DN: Pull up your code from yesterday, and continue working
Homework
Today’s animal:� New Guinea singing dog
Unit Test
Learning Target & Do Now
LT: Today I will demonstrate my mastery of the Unit 1 concepts.
DN: Prepare for a test!
Homework
Today’s animal:�glaucus atlanticus�(a.k.a. blue sea dragon)