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:20220313T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20221106T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220106T190000
DTEND;TZID=America/Los_Angeles:20220106T200000
DTSTAMP:20260428T131921
CREATED:20220108T054048Z
LAST-MODIFIED:20220108T054048Z
UID:10990-1641495600-1641499200@www.ayclogic.com
SUMMARY:7 PM - Intro To Java
DESCRIPTION:Today We Do\n\nWe continued with School Application.\nWe added “2. Find student” feature.\n\nHomework\n\nInside School Application\, add 3 more features: Add Teacher\, Find teacher\, List all teachers.\nYou need to create a new class Teacher inside a new file Teacher.java. The Teacher class will have the following attributes: firstName\, lastName\, age and subjectExpertise.\nIf you do it correctly it will look like this\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\nEnter your selection (type "exit" to quit):2\n\nEnter First Name: John\nEnter Last Name: Cheng\nHow old are you: 100\nEnter Subject of Expertise: Chemistry\nNew Teacher record is created: John\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\nEnter your selection (type "exit" to quit):2\n\nEnter First Name: Gamas\nEnter Last Name: Chang\nHow old are you: 101\nEnter Subject of Expertise: Computer\nNew Teacher record is created: Gamas\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\nEnter your selection (type "exit" to quit):6\nJohn Cheng is 100 years old and teacher of "Chemistry"\nGamas Chang is 101 years old and teacher of "Computer"\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\nEnter your selection (type "exit" to quit):4\n\nEnter first name of Teacher you want to find: Gamas\nGamas Chang is 101 years old and teacher of "Computer"\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\nEnter your selection (type "exit" to quit):4\n\nEnter first name of Teacher you want to find: Ian\nI cannot find teacher with name Ian\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\nEnter your selection (type "exit" to quit):exit
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-7/
CATEGORIES:Introduction To Java,Java
END:VEVENT
END:VCALENDAR