Skip to content

Latest commit

 

History

History
65 lines (43 loc) · 3.03 KB

week-2.md

File metadata and controls

65 lines (43 loc) · 3.03 KB
title has_children nav_order
Week 2
false
5

Week 2: Data Types & Arithmetic Operations

{: .no_toc }

This week will cover basic Java concepts including printing output, primitive data types, and performing simple arithmetic operations. {: .fs-6 .fw-300 }

Table of contents {: .text-delta } 1. TOC {:toc}

Slides

You can find the link to the slides presentation here.

<iframe src="https://docs.google.com/presentation/d/e/2PACX-1vRnikW2UEqoQKYJCjwVVc8wIOuHar6wkRARDjyZzt08kgHFdWzBdbwi7VA0OUTcPJ9voQmXlsSa_B0i/embed?start=false&loop=false&delayms=3000" frameborder="0" width="560" height="331.92" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>

Zoom Recording

Below is the zoom recording for Week 2.

<iframe width="560" height="315" src="https://www.youtube.com/embed/NkBsRPV3v74" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

Classwork

You can find the three 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 4th to [email protected].

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.

<iframe width="560" height="315" src="https://www.youtube.com/embed/rDF1Nc7f5Zs" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

Extra Reading

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

  1. Data types
  2. Variables
  3. Constants
  4. Converting Data type
  5. Mathematical Calculations
  6. Complex Math Operations
  7. Logical Operators for Comparison
  8. More Exercises