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:20210826T180000
DTEND;TZID=America/Los_Angeles:20210826T190000
DTSTAMP:20260428T232846
CREATED:20210827T021941Z
LAST-MODIFIED:20210827T021941Z
UID:9136-1630000800-1630004400@www.ayclogic.com
SUMMARY:6 PM - Intro To Java
DESCRIPTION:Homework:\n\nContinue with MonsterInheritanceSystem. Inside run() method\, when user enter “exit” stop the loop and print “Thank you for playing AYCLOGIC Monster Game.” and stop the program.\nIf user enter a monster name that is not in the system\, just print “We cannot find <monster name> in our system.”\nCreate Phoenix.java class. This class needs to inherits from Monster.java class. Override “doDamage” method so when magicAttack is equal to “fire”\, print “Fire magic attack will do no damage to Phoenix” and do not reduce the health.\nCreate WaterGolem.java class. This class needs to inherits from Monster.java class. Override “doDamage” method so when magicAttack is equal to “water”\, print “Water magic attack will do no damage to Water Golem” and do not reduce the health.
URL:https://www.ayclogic.com/event/6-pm-intro-to-java-29/
CATEGORIES:Introduction To Java,Java
END:VEVENT
END:VCALENDAR