« All Events
6 PM – USACO Bronze – Gamas
April 4 @ 6:00 pm - 7:00 pm
Today We Did
- We learned about modulus
- We learned about List and Array.
- We learned about how to use modulus inside for loop
Homework
- Create a new int array(6) (“numbers”) and add the following values: -100,2,3,100,-5,14
- Create a new int array(20) (“num2”) and use for loop to copy all elements from “numbers” to “num2”
- Add code to count how many negative numbers inside the “num2” array.
- Write a code that will go through each element inside “numbers” and print all odd number inside the list using modulus (%) operator.
- Also read about Java primitive data type – https://www.w3schools.com/java/java_data_types.asp