Today We Did We learned how to get input from shell We learned how to do if else if and else statements. Homework Create Sep23_CarDealerHomework.py and do the following questions https://www.ayclogic.com/java-exercise-2b-input-from-shell-and-if-else/
Today We Did We learned about List We learned about for loop. We learned how to compare String using .equals method. Homework Create Sep30_ForLoopListHW.java and do problem number 1 and 2 onlyRead More...
Today We Did We started Magic8Ball project. We discussed about making Crystal Tic Tac Toe have a totally different UI. Homework Inside the Magic8Ball project, when ASK button is clicked, change theRead More...
Today We Did We reviewed each individual project and assigned next week assignment. We registered to pixabay.com and openweathermap.org to get their API Keys. We explained how to programatically get data fromRead More...
Today We Did We reviewed each person's custom Android project - Connect 4, Wack-a-mole and shadow boxing. We continued with Metropolitan Weather App. Homework Continue with your individual custom project.
Today We Did We went over isPalindromeIgnoreSpace(String) using while loop approach and 2 pointers - head and tail. We discussed this simulation type USACO problem - http://www.usaco.org/index.php?page=viewproblem2&cpid=891 Homework Inside ShellGame.java, implement toRead More...
Today We Did Finished for loop with indexes Learned about while loops Started learning about the Random module Homework Create Oct14_WhileLoopHW.java Finish the exercises at https://www.ayclogic.com/java-exercise-while-loop/ Upload your homework to your assignedRead More...
Today We Did Continued with the Random module Created a mini adventure game Homework Create Oct21_Magic8Ball.java Create the Java program at https://www.ayclogic.com/intro-to-python/magic-8-ball/ Upload your homework to your assigned google drive by FridayRead More...
Today We Did Learned about Java methods Method overloading Functions with/without return values Homework Create Oct28_MethodsHW.java Create a new method convertFromFahrenheitToCelcius. It has one parameter int fahrenheit. Inside the method, it willRead More...
Today We Did Reviewed Methods HW Started TellMeYourAge using methods Homework Finish Nov4_TellMeYourAgeMethods (locate code in the "Files" Google Drive folder) Remaining cases in provideResponse Run method Print out user age basedRead More...