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:20210110T090000
DTEND;TZID=America/Los_Angeles:20210110T100000
DTSTAMP:20260429T081846
CREATED:20210110T180320Z
LAST-MODIFIED:20210110T180320Z
UID:5856-1610269200-1610272800@www.ayclogic.com
SUMMARY:9 AM - Intro To Java
DESCRIPTION:We started Object-Oriented Programming (OOP) with Magic8Ball program.\nHomework:\n\nCreate a new Java file Jan10_TellMeYourAgeOOP\n\nOpen Nov15_ScannerIFELSE.java\nCopy the main() content into Jan10_TellMeYourAgeOOP. Run it and make sure it is running properly.\nConvert this into OOP:\n\ncreate run() method.\nCopy all the code from main() into run() method.\nAnd call the run() from main(). Look at how we did it in the Jan10_Magic8BallOOP.java
URL:https://www.ayclogic.com/event/9-am-intro-to-java-7/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210117T090000
DTEND;TZID=America/Los_Angeles:20210117T100000
DTSTAMP:20260429T081846
CREATED:20210117T181527Z
LAST-MODIFIED:20210117T181741Z
UID:5962-1610874000-1610877600@www.ayclogic.com
SUMMARY:9 AM - Intro To Java
DESCRIPTION:We did an introduction to OOP. We started SchoolApplication\nWe created Student class\nHomework\n\nCreate Teacher class similar to Student class\n\nClass attributes:\n\nfirstName – String\nlastName – String\nage – int\nsubjects – the data type of this is List of String\n\n\ncreate the getters and setters methods.\ncreate 2 random teachers inside the SchoolMainApplication.\n\n\nCreate School class similar to Student and Teacher classes\n\nschoolName – String\ntypeOfSchool – String\ncreate getters and setters methods
URL:https://www.ayclogic.com/event/9-am-intro-to-java-8/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210124T090000
DTEND;TZID=America/Los_Angeles:20210124T100000
DTSTAMP:20260429T081846
CREATED:20210124T181017Z
LAST-MODIFIED:20210124T181017Z
UID:6047-1611478800-1611482400@www.ayclogic.com
SUMMARY:9 AM - Intro To Java
DESCRIPTION:Homework:\n\nIn School class add the following\n\ngetInfo() – this method will return a combination of School Name and the type of school. For example\, if this is Longden is the name and Elementary is the type\, then getInfo() will return “Longden – Elementary”\naddTeacher(Teacher teacher) – this method will add a teacher to the School.teachers list.\naddStudent(Student student) – this method will add a student to the School.students list.\n\n\nIn SchoolMainApplication\n\nAdd code so when the user enters “4”\, it will do the following\n\nuse for loop to go through each School inside schools list.\nfor each of the school\, call getInfo() method and print the return value to the Shell.
URL:https://www.ayclogic.com/event/9-am-intro-to-java-9/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210131T090000
DTEND;TZID=America/Los_Angeles:20210131T100000
DTSTAMP:20260429T081846
CREATED:20210131T180543Z
LAST-MODIFIED:20210131T180543Z
UID:6142-1612083600-1612087200@www.ayclogic.com
SUMMARY:9 AM - Intro To Java
DESCRIPTION:We continued with School Application\n\nWe organized each feature into its own method. For example for feature “1”\, we created addSchool() method. For feature\, “4”\, we created listAllSchools().\nWe added add teacher functionality.\n\n\nHomework:\n\nAdd code to enable the feature “3”\, add student. Look at how we did add teacher.
URL:https://www.ayclogic.com/event/9-am-intro-to-java-10/
CATEGORIES:Introduction To Java,Java
END:VEVENT
END:VCALENDAR