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:20210425T090000
DTEND;TZID=America/Los_Angeles:20210425T100000
DTSTAMP:20260425T100006
CREATED:20210425T173940Z
LAST-MODIFIED:20210425T173940Z
UID:7294-1619341200-1619344800@www.ayclogic.com
SUMMARY:9 AM - Intro To Java
DESCRIPTION:We continued with MonsterSystem program. We added the heal\, damage and exit feature.\nWe installed Android Studio.\nHomework:\n\nContinue with MonsterSystem program. Inside Monster.java do the following: create 3 methods:\n\nrangeDamage(int damage)\nmelleDamage(int damage)\nmagicDamage(int damage\, String magicAttackType)\n\n\nFor now in all of these 3 new methods\, just do the same thing as we did with the damage(int damage) method\, which is just to reduce the monster’s health by the damage point. Next week we will learn on how to improve this using inheritance.\nChange MonsterSystem second menu to be like this\n\n\nWhat do you want to do with the Troll:\n1. Magic attack\n2. Melle attack\n3. Range attack\n4. Heal\nEnter your selection: 2\n\nHow much melle damage you want to do to Troll: 30\nYou damaged the Troll and it has 10 healths remaining.\n\nFor each of the attacks above\, call the appropriate method in Monster. For example\, if the user selected “2” for melle attack\, you need to call melleDamage(int damage).\nFor Magic attack\, you need to ask the user 2 question\, the damage and magic type. Look at below for example:\n\n\nWhat do you want to do with the Troll:\n1. Magic attack\n2. Melle attack\n3. Range attack\n4. Heal\nEnter your selection: 2\n\nWhat kind of magic attack you want to do:\n1. Fire magic - 10 damage\n2. Water magic - 10 damage\n3. Earth magic - 12 damage\n4. Wind magic - 8 damage\nEnter your selection: 1\nYou damaged the Troll and it has 10 healths remaining.
URL:https://www.ayclogic.com/event/9-am-intro-to-java-18/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210425T190000
DTEND;TZID=America/Los_Angeles:20210425T200000
DTSTAMP:20260425T100006
CREATED:20210427T013138Z
LAST-MODIFIED:20210427T013138Z
UID:7327-1619377200-1619380800@www.ayclogic.com
SUMMARY:7PM - Intro to Python
DESCRIPTION:Today we did:\n\nWent over Tell Me Your Age\nFinished going over input from shell\n\nHow to use int()\nHow to use +=\n\n\nBegan learning about Lists\n\nLists of Strings\nHow to get a value in a List\n\n\n\n\nHomework:\n\nDo pg. 34-39 from the textbook in a file called Apr25_ListHomework.py\n\n\n\nIf you have any questions\, please send an email to latisha@ayclogic.com
URL:https://www.ayclogic.com/event/7pm-intro-to-python-11/
END:VEVENT
END:VCALENDAR