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:20240310T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20241103T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20241129T160000
DTEND;TZID=America/Los_Angeles:20241129T170000
DTSTAMP:20260520T044642
CREATED:20241129T131016Z
LAST-MODIFIED:20241129T131016Z
UID:27518-1732896000-1732899600@www.ayclogic.com
SUMMARY:4 PM - Indo - Intro to Java - Joel
DESCRIPTION:Today we did:\n\nWe continued learning methods.\n\nHomework:\n\nContinue with the SchoolSystem\, and do the following:\n\nFinish making the attributes in the class. Remember that while in Python attributes are created in the constructor\, you simply create them in the class in java. In this case\, make all of these attributes private: Make a Scanner object\, a menu (you can find below)\, and a list for teachers called teacherList.\nSince the run() method is the starting point of the program\, make a while true loop\, and inside the loop\, print the menu and ask for input. If input equals “quit”\, break out of the loop.\nHere is the menu (you can also use triple quotes for menus in Java):\n\n"""\n            \nSchool System:\n            1. Add a student\n            2. List all students\n            3. Find student\n            Enter your selection (enter 'quit' to exit): """;
URL:https://www.ayclogic.com/event/4-pm-indo-intro-to-java-joel-7/
END:VEVENT
END:VCALENDAR