BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//American Young Coder - ECPv6.10.1.1//NONSGML v1.0//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-WR-CALNAME:American Young Coder
X-ORIGINAL-URL:https://www.ayclogic.com
X-WR-CALDESC:Events for American Young Coder
REFRESH-INTERVAL;VALUE=DURATION:PT1H
X-Robots-Tag:noindex
X-PUBLISHED-TTL:PT1H
BEGIN:VTIMEZONE
TZID:America/Los_Angeles
BEGIN:DAYLIGHT
TZOFFSETFROM:-0800
TZOFFSETTO:-0700
TZNAME:PDT
DTSTART:20220313T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20221106T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220106T190000
DTEND;TZID=America/Los_Angeles:20220106T200000
DTSTAMP:20260428T114122
CREATED:20220108T054048Z
LAST-MODIFIED:20220108T054048Z
UID:10990-1641495600-1641499200@www.ayclogic.com
SUMMARY:7 PM - Intro To Java
DESCRIPTION:Today We Do\n\nWe continued with School Application.\nWe added “2. Find student” feature.\n\nHomework\n\nInside School Application\, add 3 more features: Add Teacher\, Find teacher\, List all teachers.\nYou need to create a new class Teacher inside a new file Teacher.java. The Teacher class will have the following attributes: firstName\, lastName\, age and subjectExpertise.\nIf you do it correctly it will look like this\n\nSchool System:\n1. Add a student\n2. Add a teacher\n3. Find student\n4. Find teacher\n5. List all students\n6. List all teachers\nEnter your selection (type "exit" to quit):2\n\nEnter First Name: John\nEnter Last Name: Cheng\nHow old are you: 100\nEnter Subject of Expertise: Chemistry\nNew Teacher record is created: John\n\nSchool System:\n1. Add a student\n2. Add a teacher\n3. Find student\n4. Find teacher\n5. List all students\n6. List all teachers\nEnter your selection (type "exit" to quit):2\n\nEnter First Name: Gamas\nEnter Last Name: Chang\nHow old are you: 101\nEnter Subject of Expertise: Computer\nNew Teacher record is created: Gamas\n\nSchool System:\n1. Add a student\n2. Add a teacher\n3. Find student\n4. Find teacher\n5. List all students\n6. List all teachers\nEnter your selection (type "exit" to quit):6\nJohn Cheng is 100 years old and teacher of "Chemistry"\nGamas Chang is 101 years old and teacher of "Computer"\n\nSchool System:\n1. Add a student\n2. Add a teacher\n3. Find student\n4. Find teacher\n5. List all students\n6. List all teachers\nEnter your selection (type "exit" to quit):4\n\nEnter first name of Teacher you want to find: Gamas\nGamas Chang is 101 years old and teacher of "Computer"\n\nSchool System:\n1. Add a student\n2. Add a teacher\n3. Find student\n4. Find teacher\n5. List all students\n6. List all teachers\nEnter your selection (type "exit" to quit):4\n\nEnter first name of Teacher you want to find: Ian\nI cannot find teacher with name Ian\n\nSchool System:\n1. Add a student\n2. Add a teacher\n3. Find student\n4. Find teacher\n5. List all students\n6. List all teachers\nEnter your selection (type "exit" to quit):exit
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-7/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220108T100000
DTEND;TZID=America/Los_Angeles:20220108T110000
DTSTAMP:20260428T114122
CREATED:20220108T185520Z
LAST-MODIFIED:20220108T185520Z
UID:10992-1641636000-1641639600@www.ayclogic.com
SUMMARY:10 AM - Intro To Java - Gamas
DESCRIPTION:Today We Do\n\nWe added Player class\nWe removed code duplication on Dragon\, Troll and WaterGolem\nWe added maxAttack on Monster.\n\nHomework\n\nAfter player attacked monster\, the monster also need to damage the player. The damage would be from range of 0 to monster.maxAttack.\nIf the player.health <= 0\, stop the loop.\nDownload https://developer.android.com/studio
URL:https://www.ayclogic.com/event/10-am-intro-to-java-gamas-3/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220108T120000
DTEND;TZID=America/Los_Angeles:20220108T130000
DTSTAMP:20260428T114122
CREATED:20220108T210150Z
LAST-MODIFIED:20220108T210150Z
UID:10998-1641643200-1641646800@www.ayclogic.com
SUMMARY:12 PM - Intro To Java - Gamas
DESCRIPTION:Homework:\n\nCreate a class RestaurantSystem.java\nAnd the class should be very similar to Dec2MethodHomework.java where it will continuously displaying menu until user enter 3.\n\nSelect below:\n1. Add new restaurant\n2. List all restaurants\n3. Exit\nEnter your selection (1\, 2 or 3):2\n\nSelect below:\n1. Add new restaurant\n2. List all restaurants\n3. Exit\nEnter your selection (1\, 2 or 3):3\nThank you for using AYCLOGIC Restaurant system.
URL:https://www.ayclogic.com/event/12-pm-intro-to-java-gamas-3/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220108T170000
DTEND;TZID=America/Los_Angeles:20220108T180000
DTSTAMP:20260428T114122
CREATED:20220109T020134Z
LAST-MODIFIED:20220109T020318Z
UID:11025-1641661200-1641664800@www.ayclogic.com
SUMMARY:5 PM - Intro To Java - Gamas
DESCRIPTION:Homework\n\nContinue on StudentApplication project.\nCreate a new class Teacher which has the following attributes: firstName\, lastName\, age and subjectOfExpertise.\nInside SchoolSystem.java\, create a new list teacherList.\nAdd the “2. Add new teacher” feature.\nThis is very similar to “1. Add new student”. If you do it correctly\, it should look like this\n\nSchool System:\n1. Add a student\n2. Add a teacher\n3. Find student\n4. Find teacher\n5. List all students\n6. List all teachers\nEnter your selection (type "exit" to quit):2\n\nEnter First Name: Gamas\nEnter Last Name: Chang\nHow old are you: 100\nEnter Subject of Expertise: Java\nNew Teacher record is created: Gamas\n\nSchool System:\n1. Add a student\n2. Add a teacher\n3. Find student\n4. Find teacher\n5. List all students\n6. List all teachers\nEnter your selection (type "exit" to quit):
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-gamas-2/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220113T190000
DTEND;TZID=America/Los_Angeles:20220113T200000
DTSTAMP:20260428T114122
CREATED:20220114T040030Z
LAST-MODIFIED:20220114T040030Z
UID:11088-1642100400-1642104000@www.ayclogic.com
SUMMARY:7 PM - Intro To Java
DESCRIPTION:Homework: \n\nContinue with SchoolApplication program\nWhen user select “7. List all teachers 60 or older”\, if there is no teacher that is 60 or older\, then you have to print “We cannot find any teacher that is 60 or older”.\nAdd one more menu “8. Find all students who are teenagers” . Teenagers mean between 13 to 19. If the system cannot find any teenagers\, then the system should print “We cannot find any teenager in our system.”)
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-8/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220115T100000
DTEND;TZID=America/Los_Angeles:20220115T110000
DTSTAMP:20260428T114122
CREATED:20220116T030021Z
LAST-MODIFIED:20220116T030021Z
UID:11138-1642240800-1642244400@www.ayclogic.com
SUMMARY:10 AM - Intro To Java - Gamas
DESCRIPTION:Today We Do\n\nWe finished reducing the player’s health when attacking monster.\nWe installed Android Studio.\n\nHomework\n\nIn Monster inheritance. add the monster healing feature. Inside Monster.java\, add a method called “heal(int healingPoint)” . Use this new method when you are healing the monster. When you heal a monster\, make sure the monster does not attack you. Look at below\n\nWhat is your name: Gamas\nHow much health you want: 100\n\nGamas has 100 health remaining.\nPlease select one of the following monsters:\n- troll - health remaining: 50\n- dragon - health remaining: 100\n- water golem - health remaining: 30\nEnter your selection (Enter 'exit' to quit): troll\n\nWhat do you want to do with the troll:\n1. Magic attack\n2. Melee attack\n3. Arrow attack\n4. Heal\nEnter your selection:4\n\nHEAL THE MONSTER troll\nHow much health points you want to heal: 50\nAfter healing\, troll now has 100 health points remaining.\n\nGamas has 100 health remaining.\nPlease select one of the following monsters:\n- troll - health remaining: 100\n- dragon - health remaining: 100\n- water golem - health remaining: 30\nEnter your selection (Enter 'exit' to quit):
URL:https://www.ayclogic.com/event/10-am-intro-to-java-gamas-4/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220115T120000
DTEND;TZID=America/Los_Angeles:20220115T130000
DTSTAMP:20260428T114122
CREATED:20220115T210231Z
LAST-MODIFIED:20220115T210231Z
UID:11108-1642248000-1642251600@www.ayclogic.com
SUMMARY:12 PM - Intro To Java - Gamas
DESCRIPTION:Today We Do\n\nWe created Restaurant class with 3 attributes: name\, type and capacity.\nWe continued with RestaurantSystem\, added 2 features: add new restaurant and list all restaurants.\n\nHomework\n\nCreate getter and setter of Restaurant.name and Restaurant.capacity.\nFor setCapacity method\, check inside the method if the capacity is less than 1\, then don’t set the capacity\, but print “Invalid capacity\, it has to be 1 or more”.\nIn listAllRestaurant method\, print restaurant info like the following “<restaurant name> – <type> – <capacity> people.” . For example\, “Kang Ho Dong – Korean BBQ – 50 people”
URL:https://www.ayclogic.com/event/12-pm-intro-to-java-gamas-4/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220115T160000
DTEND;TZID=America/Los_Angeles:20220115T170000
DTSTAMP:20260428T114122
CREATED:20220116T002239Z
LAST-MODIFIED:20220116T002239Z
UID:11123-1642262400-1642266000@www.ayclogic.com
SUMMARY:3 PM - Intro To Java - Gamas
DESCRIPTION:Today We Do:\n\nWe learn about Object Oriented Programming (OOP) where we use classes and methods.\n\nHomework\n\nContinue with the Jan15ObjectOrientedProgramming program. Make sure all of the features below are working\n\nPlease select from one of the menu:\n1. say hello AYCLOGIC\n2. Greeting\n3. Add 4 numbers\n4. Favorite Movie\n5. Tell me your age\n6. Exit\nPlease enter your selection:
URL:https://www.ayclogic.com/event/3-pm-intro-to-java-gamas-2/
CATEGORIES:Introduction To Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220115T170000
DTEND;TZID=America/Los_Angeles:20220115T180000
DTSTAMP:20260428T114122
CREATED:20220116T023631Z
LAST-MODIFIED:20220116T023631Z
UID:11131-1642266000-1642269600@www.ayclogic.com
SUMMARY:5 PM - Intro To Java - Gamas
DESCRIPTION:Today We Do\n\nWe continued with SchoolApplication.\nWe added add teacher and add student.\nWe added getter methods for Student’s attributes.\nWe added List All Students feature to list all students that is in the system.\n\nHomework\n\nAdd List All Teachers feature. This should be very similar to List All Students. Look at example below\n\n\nSchool System:\n1. Add a student\n2. Add a teacher\n3. Find student\n4. Find teacher\n5. List all students\n6. List all teachers\n99. Exit\nEnter your selection :2\nWhat is the teacher's first name? John\nWhat is the teacher's last name? Cheng\nWhat is the teacher's age? 101\nWhat is the teacher's subject of expertise? Java\nA new teacher has been created: John\n\nSchool System:\n1. Add a student\n2. Add a teacher\n3. Find student\n4. Find teacher\n5. List all students\n6. List all teachers\n99. Exit\nEnter your selection :2\nWhat is the teacher's first name? Mike\nWhat is the teacher's last name? Fadden\nWhat is the teacher's age? 50\nWhat is the teacher's subject of expertise? Python\nA new teacher has been created: Mike\n\nSchool System:\n1. Add a student\n2. Add a teacher\n3. Find student\n4. Find teacher\n5. List all students\n6. List all teachers\n99. Exit\nEnter your selection :6\nJohn Cheng is 101 years old and taught Java subject.\nMike Fadden is 50 years old and taught Python subject.\n\n\n\nAdd code to do Find Student. In find student\, the program will ask for the first name of the student that the user is trying to find. And then you should use for loop to go through each student in the list and when you find a match of the firstName\, you should print the student info. Look at example below\n\n\nSchool System:\n1. Add a student\n2. Add a teacher\n3. Find student\n4. Find teacher\n5. List all students\n6. List all teachers\n99. Exit\nEnter your selection :1\nWhat is your first name?Gamas\nWhat is your last name?Chang\nWhat is your age?100\nGamas\n\nSchool System:\n1. Add a student\n2. Add a teacher\n3. Find student\n4. Find teacher\n5. List all students\n6. List all teachers\n99. Exit\nEnter your selection :1\nWhat is your first name?Aidan\nWhat is your last name?Chau\nWhat is your age?13\nAidan\n\nSchool System:\n1. Add a student\n2. Add a teacher\n3. Find student\n4. Find teacher\n5. List all students\n6. List all teachers\n99. Exit\nEnter your selection :3\nEnter the first name of the student you are trying to find: Gamas\nWe found Gamas. Gamas Chang is 100 years old.\n\nSchool System:\n1. Add a student\n2. Add a teacher\n3. Find student\n4. Find teacher\n5. List all students\n6. List all teachers\n99. Exit\nEnter your selection :3\nEnter the first name of the student you are trying to find: Aidan\nWe found Aidan. Aidan Chau is 99 years old.
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-gamas-3/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220120T180000
DTEND;TZID=America/Los_Angeles:20220120T190000
DTSTAMP:20260428T114122
CREATED:20220121T055825Z
LAST-MODIFIED:20220127T043045Z
UID:11217-1642701600-1642705200@www.ayclogic.com
SUMMARY:6 PM - Intro To Java - Gamas
DESCRIPTION:Today We Do\n\nWe finished Student Application.\nWe learned about Map/HashMap.\n\nHomework\n\nContinue on Jan20_HashMap.java\nAdd code in run() method to call “findNameAndAge()” when user select “2. Find name to age”.\nCreate a new Map<String\, String> nameToEmail.\nBasically\, we want to be able to add and find email from the map. This is very similar to what we did last week with nameToAge map.\n\nPlease select\n1. Add name to age\n2. Find name to age\n3. Add email\n4. Find email\nPlease make your selection (enter "exit" to quit):3\nEnter a new name: gamas\nEnter email: gamas@ayclogic.com\n\nPlease select\n1. Add name to age\n2. Find name to age\n3. Add email\n4. Find email\nPlease make your selection (enter "exit" to quit):4\nEnter a new name: gamas\ngamas's email is gamas@ayclogic.com.\n\nPlease select\n1. Add name to age\n2. Find name to age\n3. Add email\n4. Find email\nPlease make your selection (enter "exit" to quit):2\nEnter a new name: amber\namber is 13 years old.\n\nPlease select\n1. Add name to age\n2. Find name to age\n3. Add email\n4. Find email\nPlease make your selection (enter "exit" to quit):
URL:https://www.ayclogic.com/event/6-pm-intro-to-java-gamas/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220122T100000
DTEND;TZID=America/Los_Angeles:20220122T110000
DTSTAMP:20260428T114122
CREATED:20220122T200003Z
LAST-MODIFIED:20220122T200124Z
UID:11241-1642845600-1642849200@www.ayclogic.com
SUMMARY:10 AM - Intro To Java
DESCRIPTION:Homework\n\nContinue on Monster Inheritance project. Add the “Arrow Attack” feature. This feature should be very similar to “Sword Attack”.\nFor Amanda and Jessica\, install Android USB drivers by following these two installations link\n\nhttps://developer.android.com/studio/run/oem-usb#Drivers\nhttps://developer.android.com/studio/run/oem-usb
URL:https://www.ayclogic.com/event/10-am-intro-to-java-24/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220122T120000
DTEND;TZID=America/Los_Angeles:20220122T130000
DTSTAMP:20260428T114122
CREATED:20220122T205906Z
LAST-MODIFIED:20220122T205906Z
UID:11252-1642852800-1642856400@www.ayclogic.com
SUMMARY:12 PM - Intro To Java - Gamas
DESCRIPTION:Today We Do\n\nWe finished restaurant system.\nWe started StudentApplication project.\nWe created Student class and SchoolSystem class.\nWe added Add Student and Find Student.\n\nHomework\n\nContinue with StudentApplication project\, implement all of the features below\n\nSchool System:\n1. Add a student\n2. Add a teacher\n3. Find student\n4. Find teacher\n5. List all students\n6. List all teachers\n7. List all teenager students (13 to 19)\nEnter your selection (type “exit” to quit):
URL:https://www.ayclogic.com/event/12-pm-intro-to-java-gamas-5/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220122T150000
DTEND;TZID=America/Los_Angeles:20220122T160000
DTSTAMP:20260428T114122
CREATED:20220123T000819Z
LAST-MODIFIED:20220123T000819Z
UID:11258-1642863600-1642867200@www.ayclogic.com
SUMMARY:3 PM - Intro To Java - Gamas
DESCRIPTION:Today We Do:\n\nWe finished Jan15ObjectOrientedProgramming\nWe created Jan22RestaurantSystem and Restaurant classes.\nWe learned about class constructor.\n\nHomework:\n\nContinue of Jan22RestaurantSystem.java\nAdd code to do “1. Add a restaurant”\, similar to below\n\nRestaurant System\n1. Add a restaurant\n2. List all restaurants\n3. Exit\nEnter you selection:1\n\nADD RESTAURANT\nEnter the name of the restaurant: Kang Ho Dong\nEnter the year it was built: 2015\nEnter the phone number: 626-888-8888\nThank you for adding Kang Ho Dong restaurant to our system.\n\nRestaurant System\n1. Add a restaurant\n2. List all restaurants\n3. Exit\nEnter you selection:3\n\nThank you for using AYCLOGIC Restaurant System.
URL:https://www.ayclogic.com/event/3-pm-intro-to-java-gamas-3/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220122T170000
DTEND;TZID=America/Los_Angeles:20220122T180000
DTSTAMP:20260428T114122
CREATED:20220123T020010Z
LAST-MODIFIED:20220123T020740Z
UID:11272-1642870800-1642874400@www.ayclogic.com
SUMMARY:5 PM - Intro To Java - Gamas
DESCRIPTION:Today We Do\n\nWe continued with SchoolApplication.\nWe added findTeacher by first name and findStudent by firstname.\nWe learned about Map and HashMap.\n\nHomework\n\nRight now inside SchoolApplication\, we have feature call “4. Find Teacher” \, which will find a teacher in the system based on its teacher.firstName. Change the code\, so you will ask user teacher first name and last name and find the teacher in the system that has the same first and last name.\nAdd “7. List all teenager students”. Which will print all students between the age of 13 and 19.
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-gamas-4/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220127T190000
DTEND;TZID=America/Los_Angeles:20220127T200000
DTSTAMP:20260428T114122
CREATED:20220128T052209Z
LAST-MODIFIED:20220128T052236Z
UID:11346-1643310000-1643313600@www.ayclogic.com
SUMMARY:7 PM - Intro To Java - Gamas
DESCRIPTION:Today We Do\n\nWe continued learning about Map or HashMap.\nWe added a way to add Animal class into Map.\nWe added a way to find Animal from Map.\n\nHomework\n\nInside Jan20_HashMap.java\, add some more code to do “6. Find Animal In List” . This is very similar to “7. Find Animal in Map” (which we did in class). The difference is\, you have to loop through each animal in the List (“animals”). Look at SchoolApplication program and see how we were able to find Student or find teacher.\n\nPlease select\n1. Add name to age\n2. Find name to age\n3. Add email\n4. Find email\n5. Add Animal\n6. Find Animal In List\n7. Find Animal In Map\nPlease make your selection (enter "exit" to quit):5\nWhat is the species of the animal: tiger\nEnter age: 100\nEnter animal type: land\nCan the animal fly (Y or N): n\n\nPlease select\n1. Add name to age\n2. Find name to age\n3. Add email\n4. Find email\n5. Add Animal\n6. Find Animal In List\n7. Find Animal In Map\nPlease make your selection (enter "exit" to quit):6\nWhat is the species of the animal that you want to find: bird\nWe cannot find 'bird' animal.\n\nPlease select\n1. Add name to age\n2. Find name to age\n3. Add email\n4. Find email\n5. Add Animal\n6. Find Animal In List\n7. Find Animal In Map\nPlease make your selection (enter "exit" to quit):6\nWhat is the species of the animal that you want to find: tiger\ntiger is 100 years old\, land animal type. Can fly false\n\nPlease select\n1. Add name to age\n2. Find name to age\n3. Add email\n4. Find email\n5. Add Animal\n6. Find Animal In List\n7. Find Animal In Map\nPlease make your selection (enter "exit" to quit):
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-gamas-5/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220129T100000
DTEND;TZID=America/Los_Angeles:20220129T110000
DTSTAMP:20260428T114122
CREATED:20220129T181305Z
LAST-MODIFIED:20220129T185814Z
UID:11358-1643450400-1643454000@www.ayclogic.com
SUMMARY:10 AM - Intro To Java - Gamas
DESCRIPTION:Homework\n\nInside MonsterInheritance project\, inside Monster.java\, create a new method: doArrowDamage(int damage). Inside the method\, reduce the monster’s health.\nInside MonsterSystem.java\, when user attack monster with arrow\, call this monster.doArrowDamage(…).\nInside WaterGollem.java\, override doArrowDamage(int damage) so it will print “Water Gollem is immune to arrow attack. No damage is done”.\nOn top on this on your Android Temperature Converter App\, please add 2 Text Fields the “Fahrenheit” and the “Celcius” labels like below. No need to worry about the “Fahrenheit To Celcius” drop down menu.
URL:https://www.ayclogic.com/event/10-am-intro-to-java-gamas-5/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220129T120000
DTEND;TZID=America/Los_Angeles:20220129T130000
DTSTAMP:20260428T114122
CREATED:20220129T211521Z
LAST-MODIFIED:20220129T211521Z
UID:11370-1643457600-1643461200@www.ayclogic.com
SUMMARY:12 PM - Intro To Java - Gamas
DESCRIPTION:Today We Do\n\nWe finished SchoolApplication.\nWe learned how to use Debugger in Pycharm\nWe started learning Map and HashMap.\n\nHomework\n\nNo homework next week.
URL:https://www.ayclogic.com/event/12-pm-intro-to-java-gamas-6/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220129T150000
DTEND;TZID=America/Los_Angeles:20220129T160000
DTSTAMP:20260428T114122
CREATED:20220130T000257Z
LAST-MODIFIED:20220130T000412Z
UID:11381-1643468400-1643472000@www.ayclogic.com
SUMMARY:3 PM - Intro To Java - Gamas
DESCRIPTION:Today We Do\n\nWe continued with Jan22RestaurantSystem.\nWe learned how to add Restaurant object into the restaurantList.\nWe learned how to loop through each Restaurant object using for loop and print its name.\n\nHomework:\n\nInside Restaurant.java\, create 2 more methods. getBuiltYear() and getPhone(). Inside each of these methods\, return the builtYear and phone. This is very similar to getName().\nInside Jan22RestaurantSystem.java\, inside listAllRestaurants() method\, for each restaurant\, print the name\, the year it was built and the phone like below\n\nDin Tai Fung - 1997 - 888-888-8888\nFull House - 1995 - 626-626-1234
URL:https://www.ayclogic.com/event/3-pm-intro-to-java-gamas-4/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220129T170000
DTEND;TZID=America/Los_Angeles:20220129T180000
DTSTAMP:20260428T114122
CREATED:20220130T024624Z
LAST-MODIFIED:20220130T024624Z
UID:11392-1643475600-1643479200@www.ayclogic.com
SUMMARY:5 PM - Intro To Java - Gamas
DESCRIPTION:Homework\n\nTransfer Teacher.java from SchoolApplication to SAT-5PM-IntroToJava project. Similar to how we copy Student.java in the class.\nInside Jan22_HashMap.java\, add a new Map for Teacher: teacherMap. This should be very similar to how you created studentMap in the class. But the key should be String and the Value data types would be Teacher.\nAdd code that will enable “2. Add Teacher” and “4. Find Teacher” features.\nIn this case\, when you add a teacher\, you should add the teacher into teacherMap. When you did it in SchoolApplication\, you added the teacher into teacherList\, but in here\, you should add into the teacherMap. This is very similar to “1. Add Student” that we did in the class on 01/22.
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-gamas-5/
CATEGORIES:Introduction To Java,Java
END:VEVENT
END:VCALENDAR