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:20211009T100000
DTEND;TZID=America/Los_Angeles:20211009T110000
DTSTAMP:20260428T192355
CREATED:20211009T180829Z
LAST-MODIFIED:20211009T180829Z
UID:9743-1633773600-1633777200@www.ayclogic.com
SUMMARY:10 AM - Intro To Java
DESCRIPTION:Today We Do\n\nWe continued our EmailApplication project. We added the ability to create new email and check inbox feature.\nAlso when we create a new email\, we check if the email entered exists in our system.\n\nHomework\n\nInside EmailApplication\, add code to enable “3. List all Email Accounts” . All email accounts now is stored inside HashMap\, but you have not learned how to go through all elements inside HashMap yet. This is what you need to do:\n\n\n// Instead of \nfor(EmailAccount acct: accountMap) {\n   // do your code\n}\n\n// you need to do the following instead\nfor(emailAccount acct: accountMap.values()) {\n   // print email and name from acct\n}\n\n\n\nInside SchoolApplication\, when you try to find student by HashMap\, you will get an error when trying to find a student that does not exists in our system. Add code so when student does not exists\, the system will print “<student name> does not exists in our system”.
URL:https://www.ayclogic.com/event/10-am-intro-to-java-18/
CATEGORIES:Introduction To Java,Java
END:VEVENT
END:VCALENDAR