7PM – Intro To Java – Alex Lee
Today We Did: Continued with the Email Application project and got through how to fix the email message issue of only being able to send one email. It still needs a bitRead More...
American Young Coder Academy – Indo
Today We Did: Continued with the Email Application project and got through how to fix the email message issue of only being able to send one email. It still needs a bitRead More...
Today We Did: Reviewed the homework "ForLoopIfElseHW" Started to learn about lists, and how to add, get, and remove things from them. Also, learned about how to loop through a list andRead More...
Today We Did: Covered the List and For Loop homework for the first two questions. Reviewed about for loops and how to loop through a list using them with either index orRead More...
Today We Did: We finished up the Window Cleaner project. Started the Punch The Dummy project Added in most of the components For Homework: Continue with the Punch The Dummy project GoRead More...
Homework Create a new project called Mar3Magic8Ball.java, and use a combination of Random module, while loop, if else statements to create Magic8Ball game. Look at below Python codes for your reference importRead More...
Today We Did: Started with the Monster Inheritance project For Homework: Make a new method called printMonsterMenu and it should contain all the code that is used to print out the menuRead More...
Today We Did: We went over the Magic8Ball homework Also, learned about methods and how object-oriented programming works. For Homework: Convert your Magic8Ball homework into a much shorter version of it: PutRead More...
Today We Did: Went over the homework for shortening the Magic8Ball and also going over how to create the method for converting from Fahrenheit to Celsius. In class, we went over anRead More...
Today We Did: We finished up the Spiralizer project and reviewed on the creating the clones. Started the Virtual Snow project Reviewed on how to delete clones when they each the bottomRead More...
Today We Did: Created three new methods, arrowAttack, magicAttack, and takeMonsterDamage. We were able to create takeMonsterDamage because we noticed that the code was duplicating multiple times so it was correct toRead More...