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:20220205T100000
DTEND;TZID=America/Los_Angeles:20220205T110000
DTSTAMP:20260428T140459
CREATED:20220205T211705Z
LAST-MODIFIED:20220205T211705Z
UID:11467-1644055200-1644058800@www.ayclogic.com
SUMMARY:10 AM - Intro to Java - Gamas
DESCRIPTION:Today We Do\n\nWe continued with Monster Inheritance project by overriding the doArrowDamage in WatterGolem.java\nWe continued with the Android app a little bit.\n\nHomework\n\nNo homework
URL:https://www.ayclogic.com/event/10-am-intro-to-java-gamas-6/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220205T120000
DTEND;TZID=America/Los_Angeles:20220205T130000
DTSTAMP:20260428T140459
CREATED:20220205T210806Z
LAST-MODIFIED:20220205T210806Z
UID:11465-1644062400-1644066000@www.ayclogic.com
SUMMARY:12 PM - Intro To Java - Gamas
DESCRIPTION:Today We Do\n\nWe continued learning Map/HashMap. We learned how HashMap contains key and value whereas List only contains values.\nWe learned how to add and find Restaurant object form Map/HashMap.\n\nHomework\n\nAdd code to enable “3. Find Restaurant using List”. Make it case insensitive. So if user enters “KabuKI” vs “kabuki” it will find the restaurant if it is in the system.\nChange code in “4. Find Restaurant in Map”. Make it case insensitive. To do this\, you probably have to change how you add the Restaurant code too specifically the map’s key.
URL:https://www.ayclogic.com/event/12-pm-intro-to-java-gamas-7/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220205T150000
DTEND;TZID=America/Los_Angeles:20220205T160000
DTSTAMP:20260428T140459
CREATED:20220205T235136Z
LAST-MODIFIED:20220206T000501Z
UID:11475-1644073200-1644076800@www.ayclogic.com
SUMMARY:3 PM - Intro To Java - Gamas
DESCRIPTION:Today We Do\n\nWe finished Restaurant System program.\nWe started SchoolApplication. We added Student class\, “1. Add Student”\n\nHomework\n\nAdd code to enable “3. List all students”\nCreate a new class Teacher with the following attributes: firstName\, lastName\, age\, email\, subjectOfExpertise.\nAdd new code to enable “4. Add Teacher”\, “6. List all teachers”\n\nSchool System:\n1. Add a student\n2. Find student\n3. List all students\n4. Add a teacher\n5. Find teacher\n6. List all teachers\nEnter your selection (type “exit” to quit):
URL:https://www.ayclogic.com/event/3-pm-intro-to-java-gamas-5/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220205T170000
DTEND;TZID=America/Los_Angeles:20220205T180000
DTSTAMP:20260428T140459
CREATED:20220206T022330Z
LAST-MODIFIED:20220206T022330Z
UID:11486-1644080400-1644084000@www.ayclogic.com
SUMMARY:5 PM - Intro To Java - Gamas
DESCRIPTION:Today We Do\n\nWe continued learning Map/HashMap by storing Student into map and finding Student in map. Also we did list all students by going through every value in the map using for loop.\nWe compared the performance of searching Map vs List. The result was searching Student using Map.key (firstName) is really fast.\n\nHomework\n\nIn findTeacher()… add code to print “We cannot find %s teacher in our system.” when the teacher name cannot be found in the Map. This is very similar to what we did in findStudentByMap()\nIn listAllStudents()… add code to check if there is no students in the system to print “There are no students in our system yet.” . Do the same thing with listAllTeachers().
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-gamas-6/
CATEGORIES:Introduction To Java,Java
END:VEVENT
END:VCALENDAR