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:20210314T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20211107T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210911T100000
DTEND;TZID=America/Los_Angeles:20210911T110000
DTSTAMP:20260428T192214
CREATED:20210911T181610Z
LAST-MODIFIED:20210911T181610Z
UID:9324-1631354400-1631358000@www.ayclogic.com
SUMMARY:10 AM - Intro To Java
DESCRIPTION:Today We Do\n\nWe reviewed HashMap topic\, how to use it. Key and Value datatype\nWe added feature to find student using HashMap\n\nHomework\n\nInside SAT10AM_SchoolApplication\, change initializeStudents() to also add all 4 students inside studentMap.\nSimilar to “12. Find student using HashMap”\, add new feature “13. Find teacher using HashMap”\nInside SAT10AM_IntroToJava project\, create a new Java file September11_HashMapExercise2.java. Add a new HashMap<String\, String> nameToAddress. Create a small application to be able to add a new address and find an address according to its name continuously. Look at example below\n\nWelcome to AYCLOGIC address finder\n\nWhat do you want to do:\n1. Enter a new name and address\n2. Find an address according to name\nEnter your selection or 'exit' to quit: 1\n\nEnter a name: GAMas\nEnter an address: 9127 Ardendale Avenue\, San Gabriel\, CA 91775\nYou have entered GAMas address.\n\nWhat do you want to do:\n1. Enter a new name and address\n2. Find an address according to name\nEnter your selection or 'exit' to quit: 2\n\nEnter a name: Gamas\nGAMas address is 9127 Ardendale Avenue\, San Gabriel\, CA 91775\n\nWhat do you want to do:\n1. Enter a new name and address\n2. Find an address according to name\nEnter your selection or 'exit' to quit: exit\n\nBye bye
URL:https://www.ayclogic.com/event/10-am-intro-to-java-14/
CATEGORIES:Introduction To Java,Java
END:VEVENT
END:VCALENDAR