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:20210807T100000
DTEND;TZID=America/Los_Angeles:20210807T110000
DTSTAMP:20260428T231605
CREATED:20210807T165950Z
LAST-MODIFIED:20210807T181533Z
UID:8873-1628330400-1628334000@www.ayclogic.com
SUMMARY:10 AM - Intro To Java
DESCRIPTION:Today We Do\n\nWe continued with SchoolApplication.\nWe created Teacher class\nWe added Add New Student feature and added into the List of students.\n\nHomework\n\nAdd code to do “2. Add a teacher”. Store the newly added teacher to a List<Teacher> new attribute. This feature is very similar to “1. Add a student”.\nAlso try to do code for “5. List all students”. In here you have to use for loop to go through each element inside “students” list. Look at example below\n\nSchool System:\n1. Add a student\n2. Add a teacher\n3. Find student\n4. Find teacher\n5. List all students\n6. List all teachers\n7. List all students map\n8. List all students order by firstName\n9. List all students order by Age reverse\n10. Quit\nEnter your selection:1\n\n\nWhat is your student's name? Gamas Chang\nWhat is your student's age? 100\nWhat is your student's grade? 10\nWhat is your student's School Name? Gabrielino Highschool\nIs your student a good listener? True or False: true\nA new student has been created: Gamas Chang\n\nSchool System:\n1. Add a student\n2. Add a teacher\n3. Find student\n4. Find teacher\n5. List all students\n6. List all teachers\n7. List all students map\n8. List all students order by firstName\n9. List all students order by Age reverse\n10. Quit\nEnter your selection:1\n\n\nWhat is your student's name? Amanda\nWhat is your student's age? 13\nWhat is your student's grade? 8\nWhat is your student's School Name? Temple City High\nIs your student a good listener? True or False: true\nA new student has been created: Amanda\n\nSchool System:\n1. Add a student\n2. Add a teacher\n3. Find student\n4. Find teacher\n5. List all students\n6. List all teachers\n7. List all students map\n8. List all students order by firstName\n9. List all students order by Age reverse\n10. Quit\nEnter your selection:5\n\n\nGamas Chang - 100 years old - grade 10\nAmanda - 13 years old - grade 8
URL:https://www.ayclogic.com/event/10-am-intro-to-java-10/
CATEGORIES:Introduction To Java,Java
END:VEVENT
END:VCALENDAR