BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//American Young Coder - ECPv6.10.1.1//NONSGML v1.0//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
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:20220129T100000
DTEND;TZID=America/Los_Angeles:20220129T110000
DTSTAMP:20260428T131922
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:20260428T131922
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:20260428T131922
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:20260428T131922
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