1 PM – Intro To Java – Alex Lee
1 PM – Intro To Java – Alex Lee
Today We Did: We reviewed the quiz that we took the week before. Able to finish it up and reviewed how to use HashMaps and deposit and withdraw money from the accounts.Read More...
Today We Did: We reviewed the quiz that we took the week before. Able to finish it up and reviewed how to use HashMaps and deposit and withdraw money from the accounts.Read More...
Homeworks Continue working on the Practice Test. Make sure to have the Driver and NewYorkTaxiDriver classes. The difficult part which is the getTripTime can be ignored until we discuss it next weekRead More...
Today We Did: We started with the Monster Inheritance project. We were able to create the Monster and add it to a map, along with listing it out. Also, we started theRead More...
Today We Did: We started the first project and were able to get through the variable data types. We learned about how to initialize string, integer, double, and floats for variables. Also,Read More...
Today We Did: We took the first Java quiz today which was to create the BankSystem and BankAccount. The test will be sent to you before the start of the next class.
Today We Did: We continued with the Monster Inheritance project. Added in the attack menu and created the melee attack and started the magic attack. For Homework: Continue with the magicMenu thatRead More...
Today We Did: We went over how to create an if statement, an else if statement, and an else statement. Also, we were able to understand better how to get the user'sRead More...
Today We Did: We continued with the Funny Faces project. Were able to finish it up by adding in the nose with the animation. For Homework: Do pages 84-85 inside the book,Read More...
Today We Did: Today we reviewed the quiz that we took the week before. For Homework: Create a new project and title it MonsterInheritance.java In it, you should have two classes, MonsterSystem.javaRead More...
Today We Did We continued discussing Driver System practice test. Homework Continue finishing Driver System practice test. Please finish the booking feature. After user answers "Enter what time you want to leaveRead More...
Today We Did: We continued with the Monster Inheritance project and added in the magic attack and arrow attack. Also, we learned how to use inheritance by creating the Dragon. For Homework:Read More...
Today We Did: Today we reviewed the Car Dealer homework, and also went through how to create a list. We also covered, how to add and delete things from the list, alongRead More...
Today We Did: We started with the Monster Inheritance project We added in how to add monsters, list them out, and play. The monster menu and the attack menu were also created.Read More...
Today We Did: 1. We finished up the Monster Inheritance project. 2. We covered access modifiers and also how to override methods. For Homework: 1. Download Android Studio for the next class. https://developer.android.com/studio
Today We Did: We continued by covering how to use for loops using the index. Also, we talked about how to use for loops using index with a list. We also wentRead More...
Homework Finish Driver System Add codes to handle the 2nd rush hour from 16 to 19. Also in NewYorkTaxiDriver, override the getTripTime so it will not double the trip time during rushRead More...
Today We Did We downloaded and installed Android Studio software. We started Temperature Converter android application. We added the Fahrenheit header (id: sourceTempHeader) We added the a text field under Fahrenheit headerRead More...
Homework In Nov5Magic8Ball.java, use combination of Random module, while loop, if else statements to create Magic 8 Ball game. Look at below Python codes for your reference import random while True: user_questionRead More...