6 PM – Intro To Java – Gamas
6 PM – Intro To Java – Gamas
Today We Do We finish EmailApplication Homework Next week is Java Quiz. It will be 1 hour and 15 mins time. It is open book and you need to use IntelliJ toRead More...
Today We Do We finish EmailApplication Homework Next week is Java Quiz. It will be 1 hour and 15 mins time. It is open book and you need to use IntelliJ toRead More...
Homework inside MainActivity.convertButtonOnClick method, change the conversion formula according to "conversionMode" attribute.
Homework Next week is Java quiz, please come 15 mins early (11:45 AM). Please study SchoolApplication and EmailApplication. Make sure you know the difference between Map and List. Make sure you knowRead More...
Today We Did We learned about If, Else statements Also learned about how to get user input with Scanner Talked about using AND and OR in Java For Homework Create a newRead More...
Today We Do We completed SchoolApplication We started learning about HashMap. Homework Go to https://www.youtube.com/watch?v=70qy6_gw1Hc and study about HashMap. Change the code in Mar5HashMap.java and see if you can store the followingRead More...
Homework Continue on EmailApplication Inside createEmailMessage(EmailAccount personWhoLogin) when user enter an email that is not inside emailAccountMap, then print message like "<email> is not in our system" and then stop doing sendingRead More...
Today We Do We learned how to change the temperature conversion formula. We learned how to reset the originalTemp EditText field and the conversionTemp TextView field whenever user change the conversion type.Read More...
Today We Do We reviewed March5_IfElseScannerHomework.java We went over List. We went over ForLoopForList or sometimes called For Each Loop. Homework Create a new Java file March12_ForLoopListHomework.java Do exercises number 1 andRead More...
Homework Continue with RestaurantSystemUsingMap.java Add the "2. Find Restaurant" feature. Example Please select from one of the following 1. Add Restaurant 2. Find Restaurant 3. List all Restaurants 4. Exit Enter yourRead More...
Today We Do We finished EmailApplication project. Homework Create a new Java file PetSystem.java Copy broken Java code from https://www.ayclogic.com/fix-java-error/ and fix all compilation errors and logic errors.
Today We Do We reviewed the Quiz result. Homework Create a new Java file PetSystem.java Copy broken Java code from https://www.ayclogic.com/fix-java-error/ and fix all compilation errors and logic errors.
Homework Continue with PetSystem Add feature to change name and change age Look at expected behavior below Menu 1. Add pet 2. List all pets 3. Find pet by name 4. ChangeRead More...
For Homework Do the 3rd question with the Game Inventory for homework, by creating a new file called GameInventory.java and then following this link https://www.ayclogic.com/java-list-forloop/
Today We Do We continued with RestaurantSystemUsingMap.java We added findRestaurant using Map. We verified if restaurant name exists in our system. Homework If you are not done, finish the listAllRestaurants(). Create aRead More...
Today We Do We learn how to fix error in Java. We added change pet's name in PetSystem. Homework Next week is Java Quiz. It is 20% of your grade. Please prepareRead More...
Today We Do We learned about how to fix Java errors. We continued on PetSystem Homework Continue with PetSystem Add feature to change name and change age. When you want to changeRead More...
Today We Do We learn how to fix Java error. Added find pet by name. Homework Add 2 more features in PetSystem. Change pet name and Change pet age. To do thisRead More...
Today We Do We added PetSystem the ability to change name. We created PetCannotDoFetch class. Homework I have uploaded all the latest PetSystem java files into Google Drive, please check it outRead More...
Today We Did Today we learned about using while loops Also learned about boolean, and how to use != with String Learned how to use if and else if with a whileRead More...
Today We Do We finished PetSystem We started MonsterInheritance project. Homework Continue on MonsterInheritance project. Do the following In the beginning, initialize monsterMap with 3 monsters, look at the example below PleaseRead More...
Today We Do We finished PetSystem. We reviewed Inheritance We reviewed how to use Map. Homework Next week is a 2 hours final test. Please study the following Bank System Quiz andRead More...
Homework Continue on MonsterInheritance Add the ability to heal the player Change monster status according to its health. If its health is less than 0, display <Monster Name> has been defeated. ForRead More...
Homework Continue on EmailApplication program. Add the following features. 1. Create Email Account, 3. List All Email Accounts, 4. Exit. Use Map to store the Email Account. Create new class EmailAccount.java toRead More...
Today We Do We reviewed Quiz last week. We started Monster Inheritance project. Homework Continue on MonsterInheritance project. Add the following features: Add Monster, List all Monsters and Play The Game LookRead More...