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:20210314T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20211107T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20211211T100000
DTEND;TZID=America/Los_Angeles:20211211T110000
DTSTAMP:20260428T145313
CREATED:20211211T214549Z
LAST-MODIFIED:20211211T214549Z
UID:10709-1639216800-1639220400@www.ayclogic.com
SUMMARY:10 AM - Intro To Java
DESCRIPTION:Homework\n\nCreate Troll.java which will inherits from Monster class. Override doMagicDamage(magicType\, damage) method to make Troll immune to “earth” magicType damage.\nCreate WaterGolem.java which will inherits from Monster class. Override doMagicDamage(magicType\, damage) method to make WaterGolem immune to “water” magicType damage.\nChange the code inside MonsterSystem.initializeMonster() so you use Troll and WaterGolem class.
URL:https://www.ayclogic.com/event/10-am-intro-to-java-23/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20211211T150000
DTEND;TZID=America/Los_Angeles:20211211T160000
DTSTAMP:20260428T145313
CREATED:20211212T001238Z
LAST-MODIFIED:20211212T001238Z
UID:10724-1639234800-1639238400@www.ayclogic.com
SUMMARY:3 PM - Intro To Java
DESCRIPTION:Homework\n\nCreate Dec11_GameInventoryHomework.java\nDo exercises number 3 only from https://www.ayclogic.com/java-list-forloop/
URL:https://www.ayclogic.com/event/3-pm-intro-to-java-34/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20211211T170000
DTEND;TZID=America/Los_Angeles:20211211T180000
DTSTAMP:20260428T145313
CREATED:20211212T014517Z
LAST-MODIFIED:20211212T021014Z
UID:10726-1639242000-1639245600@www.ayclogic.com
SUMMARY:5 PM - Intro To Java
DESCRIPTION:Homework\n\nCreate Dec11Magic8BallV2.java and do the Magic8Ball using the List.\nCreate another Java file Dec11MethodHomework.java\nInside this file\, create a method\n\nfavoriteSport(String sport)\nif the name parameter is “Volleyball” (non-casesensitive) print to the shell “Volleyball is a my favorite sport “.\notherwise print to the shell “<sport> is not my favorite sport”\n\n\nCreate another method\, this time method with return value (double):\n\nconvertFromFahrenheitToCelcius(int fahrenheit)\nit has one parameter: fahrenheit\nthe formula to convert from fahrenheit to celcius is\n\n\nCelcius = (F - 32) * 5/9\n\n\n\nSo what you have to do is subtract 32 from the parameter fahrenheit and then multiple with 5 and divide by 9.\nreturn the calculation.\nThe method needs to return a double data type.\n\n\nCall each of the methods from main method.
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-7/
CATEGORIES:Introduction To Java,Java
END:VEVENT
END:VCALENDAR