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:20220817T190000
DTEND;TZID=America/Los_Angeles:20220817T200000
DTSTAMP:20260426T013902
CREATED:20220818T034846Z
LAST-MODIFIED:20220818T034846Z
UID:14422-1660762800-1660766400@www.ayclogic.com
SUMMARY:7 PM - Intro To Java - Alex
DESCRIPTION:Today We Did\n\nWe continued with SchoolSystemUsingMap project.\nWe added Student.getInfo() method to return information about student.\nWe added Find Student by First Name feature. We don’t use for loop to find something in the Map\, we use the map.get() method.\n\nHomework\n\nAdd the following new features\n\nAdd a teacher\nList all teachers\nFind teacher by email\n\n\nMake sure to store teacher data using Map.\nExpected result is like this\n\nSchool System:\n1. Add a student\n2. List all students\n3. Find Student by first name\n4. Add a teacher\n5. List all teachers\n6. Find teacher by email\nEnter your selection (type "exit" to quit):4\n\nEnter First Name: Ray\nEnter Last Name: Klefstad\nHow old are you: 45\nEnter your email: ray@ayclogic.com\nEnter Subject of Expertise: Computer\nNew Teacher record is created: Ray\n\nSchool System:\n1. Add a student\n2. List all students\n3. Find Student by first name\n4. Add a teacher\n5. List all teachers\n6. Find teacher by email\nEnter your selection (type "exit" to quit):5\nRay Klefstad is 45 years old and teaches "Computer". Email is ray@ayclogic.com\n\nSchool System:\n1. Add a student\n2. List all students\n3. Find Student by first name\n4. Add a teacher\n5. List all teachers\n6. Find teacher by email\nEnter your selection (type "exit" to quit):6\n\nFIND TEACHER\n\nEnter the email of theTeacher you want to find: blah@gmail.com\nblah@gmail.com cannot be found in our teacher's database\n\nSchool System:\n1. Add a student\n2. List all students\n3. Find Student by first name\n4. Add a teacher\n5. List all teachers\n6. Find teacher by email\nEnter your selection (type "exit" to quit):6\n\nFIND TEACHER\n\nEnter the email of theTeacher you want to find: RaY@ayclogic.COM\nRay Klefstad is 45 years old and teaches "Computer". Email is ray@ayclogic.com
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-alex-11/
CATEGORIES:Introduction To Java,Java
END:VEVENT
END:VCALENDAR