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:20210314T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20211107T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210615T180000
DTEND;TZID=America/Los_Angeles:20210615T190000
DTSTAMP:20260425T083941
CREATED:20210617T014352Z
LAST-MODIFIED:20210617T014352Z
UID:8150-1623780000-1623783600@www.ayclogic.com
SUMMARY:6 PM - Intro To Java
DESCRIPTION:We completed School Application.\nWe learned about Map and HashMap where we can store key\, value pairs. Map is useful to search things quickly.\nHomework:\n\nDuring the class\, we created June15_HashMap.java.\nWe created a HashMap variable called\, “nameToPhoneMap”.\nAdd some codes to do the following:\n\nAdd the following name and phone number pairs to the “nameToPhoneMap” HashMap:\n\n“brian”\, 888-888-8888\n“john”\, 123-123-1234\nAdd a forever loop\, so you can keep asking user for a name and the program will provide a phone number if it exists inside “nameToPhoneMap”. We did a similar feature with “nameToAgeMap” in the class.\nYour program should look like this\n\nPlease enter a name: brian\nBRIAN's phone number is 888-888-8888\n\nPlease enter a name: john\nJohn's phone number is 123-123-1234\n\nPlease enter a name: exit\nThank you for using AYCLOGIC phone book.
URL:https://www.ayclogic.com/event/6-pm-intro-to-java-12/
CATEGORIES:Introduction To Java,Java
END:VEVENT
END:VCALENDAR