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:20230312T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20231105T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230711T170000
DTEND;TZID=America/Los_Angeles:20230711T190000
DTSTAMP:20260425T013338
CREATED:20230712T022538Z
LAST-MODIFIED:20230712T022538Z
UID:20556-1689094800-1689102000@www.ayclogic.com
SUMMARY:5 PM - Intro to Java - William
DESCRIPTION:Today we did:\n\nWhile Loops\nRandom module\nMagic 8 Ball\nStarted Java Methods\n\nHomework:\n\nCreate new Java HW files:\n\nJuly11WhileLoopHW.java\n\nhttps://www.ayclogic.com/java-exercise-while-loop/\n\n\nJuly11Magic8BallHW.java \n\nhttps://www.ayclogic.com/intro-to-python/magic-8-ball/\n\n\n\n\nThe HW is due by Thursday night (July 13th). Please upload to your assigned Google Drive folders.\n\nIf you have any questions\, please email me at williamsmith@ayclogic.com
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-william-2/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230714T170000
DTEND;TZID=America/Los_Angeles:20230714T190000
DTSTAMP:20260425T013338
CREATED:20230715T021556Z
LAST-MODIFIED:20230719T011440Z
UID:20607-1689354000-1689361200@www.ayclogic.com
SUMMARY:5 PM - Intro to Java - William
DESCRIPTION:Today we did:\n\nFinished Java Methods\nStarted School System\n\nAdd a student\nList all students\n\n\n\nHomework:\nCreate new Java HW files: \n\nJuly14MethodsHW.java\n\nCreate a new method convertFromFahrenheitToCelcius. It has one parameter int fahrenheit. Inside the method\, it will convert fahrenheit parameter into celcius by using this formula (F − 32) × 5/9 = C . You have to return the result. This is very similar to what we did in the class with addFourNumbers method.\n\n\nTeacher.java\n\nCreate Teacher.java in your SchoolSystem project. It should have the following attributes:\n\nString firstName\nString lastName\nint age\nString subjectExpertise\nCreate a constructor with all of above attributes.\nCreate getter methods\n\n\nImplement the method: “2. Add a teacher” in SchoolSystem.java (hint: you’ll need a way to store all the teachers!)\n\nCall the method addNewTeacher()\n\n\n\n\n\nPlease upload the 2 files (Teacher.java\, July13MethodsHW.java) to your assigned Google Drive folders. \nIf you have any questions\, please email me at williamsmith@ayclogic.com
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-william-3/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230718T160000
DTEND;TZID=America/Los_Angeles:20230718T180000
DTSTAMP:20260425T013338
CREATED:20230719T012510Z
LAST-MODIFIED:20230719T012805Z
UID:20653-1689696000-1689703200@www.ayclogic.com
SUMMARY:4 PM - Intro to Java - William
DESCRIPTION:Today we did:\n\nFinished School System methods:\n\nFind student\nFind teacher\nList all teachers\nList all teenager students\nEdit student\n\n\n\nHomework:\n\nFinish Find Teacher:\n\nPrint “We cannot find teacher with name: _____ _____” if teacher cannot be found\n\n\nImplement “9. Edit teacher subject”\n\nCreate a private method called editTeacherSubject with no return value\nHave the user select a teacher to edit based on first and last name (hint: you may need to make edits to findTeacherByFirstAndLastName to return something!)\nIf the teacher was found\, prompt the user for a new subject\nEdit the subjectExpertise field of the teacher\n\n\n\nUpload your new SchoolSystem files to your assigned Google Drive folders. \nIf you have any questions\, please email me at williamsmith@ayclogic.com
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-william-4/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230721T170000
DTEND;TZID=America/Los_Angeles:20230721T180000
DTSTAMP:20260425T013338
CREATED:20230722T010613Z
LAST-MODIFIED:20230722T010613Z
UID:20749-1689958800-1689962400@www.ayclogic.com
SUMMARY:5 PM - Intro To Java - Alex
DESCRIPTION:Gamas Sub \nWhat We Did\n\nWe went through Android Studio installation process\nWe started Temperature Converter project.\n\nHomework\n\nContinue on Temperature Converter project by adding UI component 5 and 6.\n\ncomponent 5 can be found in Pallete > Container > Spinner\ncomponent 6 can be found in Pallete > Common > Button
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-alex-4/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230725T160000
DTEND;TZID=America/Los_Angeles:20230725T180000
DTSTAMP:20260425T013338
CREATED:20230726T011741Z
LAST-MODIFIED:20230726T025110Z
UID:20793-1690300800-1690308000@www.ayclogic.com
SUMMARY:5 PM – Intro to Java – William
DESCRIPTION:Today we did:\n\nAYCLOGIC Email Application\n\nImplemented Login System with menu\nCreated EmailMessage class\nImplemented Create Email Message\nStarted Check Inbox\n\n\n\nHomework:\n\nFinish checkInbox(EmailAccount account)\n\n\nIf there are no emails in the inbox\, then print: “There are no emails in your inbox :(“\n\nOtherwise\, print all emails in the following format:\n(Sender) – (Subject) – (Content)\n\n\nFinish this practice quiz: https://docs.google.com/forms/d/1-ItfQEoc2YUTuUOUzMxdsU4OW3UPBdlGmoH49dUxQDU\n\nNext lesson we’ll review the practice and have a Java Quiz 🙂\n\n\n\nUpload your Email Application files to your assigned Google Drive folders. \nIf you have any questions\, please email me at williamsmith@ayclogic.com
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-william-6/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230728T170000
DTEND;TZID=America/Los_Angeles:20230728T190000
DTSTAMP:20260425T013338
CREATED:20230729T021342Z
LAST-MODIFIED:20230729T021342Z
UID:20858-1690563600-1690570800@www.ayclogic.com
SUMMARY:5 PM – Intro to Java – William
DESCRIPTION:Today we did:\n\nReviewed HW and Practice Quiz\nQuiz 🙂\nStarted MonsterInheritance\n\nCreated run() method\n\n\n\nHomework:\n\nCreate a Monster class:\n\nMonsters should have 3 attributes:\n\nString species\nint health\nint maxAttack\n\n\nCreate getter and setter methods\nCreate a constructor\nCreate a doDamage() method:\n\nHas 1 int parameter that subtracts specified value from the monster’s health\n\n\nCreate a heal() method:\n\nSame as doDamage() but adds to monster’s health\n\n\n\n\nImplement listAllMonsters() in MonsterInheritanceMain.java:\n\nFor each monster\, if the Monster is dead (health is <= 0)\, then print: “- (monster species) – Dead”\nOtherwise print “- (monsterspecies) – (monster health) health”\n\n\nCreate a main() method that calls run()\n\nMight be hard to test this week’s homework\, so don’t worry if you can’t 🙂 \nIf you have any questions\, please email me at williamsmith@ayclogic.com
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-william-7/
CATEGORIES:Introduction To Java,Java
END:VEVENT
END:VCALENDAR