title | has_children | nav_order |
---|---|---|
Week 2 |
false |
5 |
{: .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}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>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>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.
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.
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>If you want to practice what we learned and learn more about Java outside of class, look at the readings below: