6 PM – Intro To Java – Darin
Today We Did: Reviewed the practice final test Homework: Study for your exam next week! Notes: If you have any questions, feel free to email me at ddjapri@ayclogic.com
Today We Did: Reviewed the practice final test Homework: Study for your exam next week! Notes: If you have any questions, feel free to email me at ddjapri@ayclogic.com
Today We Did: Finished our final exam! Homework: None! Good luck on your endeavors, whether it be in a future class, or if you decide to pursue this exciting field of coding!Read More...
What We Did Today: Reviewed concepts and tools for basic programming in Java Learnt the modulus operator Learnt the difference between Lists and Arrays Homework: Create a new file named Apr8_ArrayHomework.java, andRead More...
What We Did Today: Reviewed the difference between primitive/non-primitive data types Reviewed the use of enhanced vs. regular for loop We learned how to find sum of all numbers in an arrayRead More...
What We Did Today: Reviewed the homework for primitive data types and primitive arrays, and manipulating primitive arrays. Learnt how to create dynamic arrays (under the hood for ArrayList) using primitive arrays.Read More...
What We Did Today: Reviewed the homework for manipulating Arrays of Strings. Learnt how to check for palindromes, and analyzed how to create insertion and deletion operations in-place and out-of-place. Homework: ContinueRead More...
What We Did Today: Reviewed the homework for palindrome algorithms. Learnt about the analysis of algorithms, how to develop algorithms. Homework: Continue in your file named May6_GuessingGame.java, and submit to the google drive: here whenRead More...
Today We Did We reviewed Word guessing / Hangman game. Homework Attempt an implementation of WordleGame. Use checkmark (✓) if the letter exist and the position is correct. Use x if theRead More...
What We Did Today: Finished the hangman game Introduced the Wordle game Homework: Continue in your file named May13_Wordle.java, and submit to the google drive: here when you are finished! // HW // CreateRead More...
Today We Did We reviewed Wordle games and learnt how to manipulate 2D Lists. Continue in your file named May9_WordleGame.java, and submit to the google drive: here when you are finished! Homework: ContinueRead More...