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:20210610T180000
DTEND;TZID=America/Los_Angeles:20210610T190000
DTSTAMP:20260429T040826
CREATED:20210611T033001Z
LAST-MODIFIED:20210611T033001Z
UID:8075-1623348000-1623351600@www.ayclogic.com
SUMMARY:6 PM - Intro To Java
DESCRIPTION:We continued on SchoolApplication project.\n\nWe completed Student menus\nWe added the ability to add Student to the list.\nWe added the ability to find a student in the list.\n\n\nHomework:\n\nCreate a new class Teacher.java and this class will have the following attributes\n\nString firstName\nString lastName\nint age\nString subjectExpertise\nCreate a constructor with all of above attributes.\nCreate getters and setters methods.\n\n\nInside SchoolMainApplication\n\nCreate a new List<Teacher> teachers as one of the class attribute.\nIn the existing menu\, we want to add more items\n\nAYCLOGIC School System: \n1. Create a student \n2. Create a teacher\n3. Find student \n4. Find teacher\n5. List all students\n6. List all teachers\n7. Quit \nEnter your selection:\n\nAdd code that would make these 2 new menu works “Create a teacher”\, “Find teacher”
URL:https://www.ayclogic.com/event/6-pm-intro-to-java-11/
CATEGORIES:Introduction To Java,Java
END:VEVENT
END:VCALENDAR