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:20220313T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20221106T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220423T090000
DTEND;TZID=America/Los_Angeles:20220423T100000
DTSTAMP:20260428T084022
CREATED:20220423T165854Z
LAST-MODIFIED:20220423T165854Z
UID:12642-1650704400-1650708000@www.ayclogic.com
SUMMARY:9 AM - Intro To Java - Gamas
DESCRIPTION:Homework\n\nCreate a method initializeEmailAccounts(). This method should add 3 email accounts to accountMap. Call this method inside the run() .\nCreate a new class EmailMessage.java and this class should have the following attributes: String senderEmail\, String destinationEmail\, String subject\, String emailContent.
URL:https://www.ayclogic.com/event/9-am-intro-to-java-gamas-2/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220423T130000
DTEND;TZID=America/Los_Angeles:20220423T140000
DTSTAMP:20260428T084022
CREATED:20220424T023718Z
LAST-MODIFIED:20220424T023718Z
UID:12655-1650718800-1650722400@www.ayclogic.com
SUMMARY:1 PM Intro to Java Alexander Lee
DESCRIPTION:Today We Did:\n\nWe learned about using methods and the difference between static and non-static.\nWe also learned about what to do when the method is either void or has a data type.\n\nFor Homework:\n\nCreate a new Magic8Ball project but this time use the asList and randomly grab an answer from the list using a random index and then print it out.\nCreate a new Java class <date>_MethodsHomework.java\nCreate a new method convertFromFahrenheitToCelcius. It has one parameter int Fahrenheit. Inside the method\, it will convert the 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.\nAlong with that create another method that asks for your favorite song\, and if the song is “Shape of You” then say that it is your favorite song\, otherwise say that the song is alright.
URL:https://www.ayclogic.com/event/1-pm-intro-to-java-alexander-lee-5/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220423T170000
DTEND;TZID=America/Los_Angeles:20220423T180000
DTSTAMP:20260428T084022
CREATED:20220424T022609Z
LAST-MODIFIED:20220424T024112Z
UID:12653-1650733200-1650736800@www.ayclogic.com
SUMMARY:5 PM - Intro To Java - Gamas
DESCRIPTION:Today We Do\n\nWe continued on MonsterInheritance project.\nWe made sure this project has Monster class which has String species\, int health\, int maxDamage.\nWe added Monster.doDamage(int amount) which will reduce Monster.health.\nWe added attack menu after user selected a monster.\n\nHomework\n\nAdd initializeMonster() method and add 3 monsters to monsterMap:\n\ndragon\, health: 100\, maxDamage: 50\ntroll\, health: 50\, maxDamage: 25\nwater golem\, health: 30\, maxDamage: 10\n\n\nCall this initializeMonster() inside MonsterInheritanceMain.run() method before the while loop. This way\, it is easier to test this project.\nAdd “Melee Attack” feature where player attack the selected monster and monster attack the player.\nWhen player attack the selected monster\, the selected monster health will be reduced. Use the monster.doDamage(int amount) method. This is similar to withdrawal mechanism in the quiz.\nWhen the monster attack the player\, the damage would be between 10 and monster.maxDamage. Look at below for expected behavior\n\nPlease select from one of the following\n1. Add new monster\n2. List all monsters\n3. Play the game\nEnter your selection (enter "exit" to quit):3\n\nWhat is your name: Gamas Chang\nHow much health you want: 100\n\nGamas Chang has 100 health remaining.\nPlease select one of the following monsters:\n- troll - health remaining: 50\n- dragon - health remaining: 100\n- water golem - health remaining: 30\nEnter your selection (Enter 'stop' to end the game): troll\n\nWhat do you want to do with the TROLL:\n1. Magic attack\n2. Melee attack\n3. Arrow attack\n4. Heal\nEnter your selection:2\nHow much melee damage do you want to do to the TROLL: 20\nYou attacked the TROLL with 20 damage and it has 30 healths remaining.\nTROLL attacked Gamas Chang and did 14 damage\n\nGamas Chang has 86 health remaining.\nPlease select one of the following monsters:\n- troll - health remaining: 30\n- dragon - health remaining: 100\n- water golem - health remaining: 30\nEnter your selection (Enter 'stop' to end the game):
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-gamas-14/
CATEGORIES:Introduction To Java,Java
END:VEVENT
END:VCALENDAR