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:20220127T190000
DTEND;TZID=America/Los_Angeles:20220127T200000
DTSTAMP:20260428T131733
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
END:VCALENDAR