Link Search Menu Expand Document

Week 3: Conditionals, Boolean Algebra, & Reading Input in Java

This week, we will go over if and else statements and the relational and boolean operators used in Java. We will also learn how to read input into a Java program.

Table of contents
  1. Slides
  2. Zoom Recording
  3. Classwork
  4. Homework
  5. Check-In
  6. Extra Reading

Slides

You can find the link to the slides presentation here.

Zoom Recording

Below is the zoom recording for Week 3.

Classwork

You can find the two classwork exercises we did here. If you want to compare your answers, view the classwork solutions here. You do not have to submit classwork anywhere.

Homework

You can find the homework exercises here. Please submit your java file by Thursday, February 11th to hhrd.compsci@gmail.com.

If you want to compare your answers, view the homework solutions here.

Check-In

Here is the link to the short quiz.

The video below discusses the solutions to the quiz.

Extra Reading

If you want to practice what we learned and learn more about Java outside of class, look at the readings below:

  1. If Statement
  2. Else Statement
  3. Else if Statement
  4. Switch Statement

Back to top

Copyright © 2019-2021 Helping Hand for Relief & Development.