BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//American Young Coder - ECPv6.10.1.1//NONSGML v1.0//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-WR-CALNAME:American Young Coder
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:20220527T150000
DTEND;TZID=America/Los_Angeles:20220527T160000
DTSTAMP:20260428T060451
CREATED:20220527T225632Z
LAST-MODIFIED:20220527T225632Z
UID:13269-1653663600-1653667200@www.ayclogic.com
SUMMARY:3 PM Intro to Java - Alex
DESCRIPTION:Today We Did:\n\nWe learned about how to use a scanner and how to use if and else if statements.\nAlso briefly covered how to create a list and get items.\n\nFor Homework:\n\nCreate a new project titled CarDealerHomework.java\nFollow this link for the instructions on it: https://www.ayclogic.com/java-exercise-2b-input-from-shell-and-if-else/
URL:https://www.ayclogic.com/event/3-pm-intro-to-java-alex/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220526T190000
DTEND;TZID=America/Los_Angeles:20220526T200000
DTSTAMP:20260428T060451
CREATED:20220527T032412Z
LAST-MODIFIED:20220527T032412Z
UID:13266-1653591600-1653595200@www.ayclogic.com
SUMMARY:7 PM - Intro To Java - Gamas
DESCRIPTION:Today We Do\n\nWe were able to make MainActivity.java change the sourceTempLabel name from Fahrenheit to Celcius and convertedTempLabel from Celcius to Fahrenheit when user change the spinner.\n\nHomework\n\nWhen we change the spinner selection from “Celcius to Fahrenheit” it changes the header accordingly. But when we change the spinner selection back to “Fahrenheit to Celcius” or “Fahrenheit to Kelvin”\, the header is not changed. Add code inside MainActivity.setConversionType(String) method so the headers are changed accordingly.\nWhen user change the conversionType from the spinner and the user click the “CONVERT” button\, change the formula accordingly. Currently\, the formula we are using is only from Fahrenheit to Celcius.\n\nWhen user select “Celcius to Fahrenheit”\, we need to use this formula F = (C × 9/5) + 32\nWhen user select “Fahrenheit to Kelvin”\, we need to use this formula K = (F − 32) × 5/9 + 273.15
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-gamas-20/
CATEGORIES:Introduction To Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220525T190000
DTEND;TZID=America/Los_Angeles:20220525T200000
DTSTAMP:20260428T060451
CREATED:20220526T025604Z
LAST-MODIFIED:20220526T025604Z
UID:13241-1653505200-1653508800@www.ayclogic.com
SUMMARY:7 PM Intro to Java - Alex
DESCRIPTION:Today We Did:\n\nWe learned about how to use while loops and how to create a while loop that goes on forever.\nAlso learned how to use != and how to get out of an infinite while loop.\nLoosely covered how to use random and using it to get a random item from a list.\n\nFor Homework:\n\nCreate a new project called WhileLoopHomework.java\nGo here for the homework: https://www.ayclogic.com/java-exercise-while-loop/
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-alex-3/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220525T170000
DTEND;TZID=America/Los_Angeles:20220525T180000
DTSTAMP:20260428T060451
CREATED:20220526T011458Z
LAST-MODIFIED:20220526T011458Z
UID:13239-1653498000-1653501600@www.ayclogic.com
SUMMARY:5:00 PM Intro To Java - Alex
DESCRIPTION:Today We Did:\n\nWe learned about variable datatypes\nTalked about String\, int\, and doubles\nAlso covered how to get user input using string\n\nFor Homework:\n\nCreate a new java class VariableDatatypesHomework.java\nYou can find the homework here: https://www.ayclogic.com/java-variables-datatypes/
URL:https://www.ayclogic.com/event/500-pm-intro-to-java-alex/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220521T180000
DTEND;TZID=America/Los_Angeles:20220521T190000
DTSTAMP:20260428T060451
CREATED:20220522T022019Z
LAST-MODIFIED:20220522T022019Z
UID:13164-1653156000-1653159600@www.ayclogic.com
SUMMARY:5 PM - Intro To Java - Gamas
DESCRIPTION:Today We Do\n\nWe continued on Android Temperature Converter project.\nWe added Fahrenheit label\, originalTemperatureTextField.\nWe learned about Android ConstraintLayout.\n\nHomework\n\nMake your Android Temperature Converter project like below
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-gamas-17/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220521T130000
DTEND;TZID=America/Los_Angeles:20220521T140000
DTSTAMP:20260428T060451
CREATED:20220522T233706Z
LAST-MODIFIED:20220522T233717Z
UID:13175-1653138000-1653141600@www.ayclogic.com
SUMMARY:1 PM Intro To Java - Alex
DESCRIPTION:Today We Did:\n\nWe continued with the School Application project.\nAdded in how to find the student and edit the student.\nDiscussed how to use getters and setters in the method.\n\nFor Homework:\n\nAdd in the ability to find the teacher based on their name just like how you did for the student.\nTry to figure out how to shorten the editStudent method that we created in class using the new findStudent method which now returns the student object when it is called.\nAlso\, make it so that if it returns null when the student is not found\, it should print out that there are no students in the system.\nAfter figuring out how to create the new editStudent() method\, create another method to edit the teacher called editTeacher().\nWhen done with it all of the 8 options in the menu should be able to work without any issues.
URL:https://www.ayclogic.com/event/1-pm-intro-to-java/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220521T090000
DTEND;TZID=America/Los_Angeles:20220521T100000
DTSTAMP:20260428T060451
CREATED:20220521T181311Z
LAST-MODIFIED:20220521T182433Z
UID:13144-1653123600-1653127200@www.ayclogic.com
SUMMARY:9 AM - Intro To Java - Gamas
DESCRIPTION:Today We Do\n\nWe continued with EmailApplication program.\nWe enabled the application to have more than one email message.\n\nHomework\n\nNext week is memorial day weekend\, so no class.\nReview everything in EmailApplication.\nReview Map and List. Make sure you know how to get\, find\, add and replace element from both Map and List.
URL:https://www.ayclogic.com/event/9-am-intro-to-java-gamas-6/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220519T190000
DTEND;TZID=America/Los_Angeles:20220519T200000
DTSTAMP:20260428T060451
CREATED:20220520T030124Z
LAST-MODIFIED:20220520T030124Z
UID:13126-1652986800-1652990400@www.ayclogic.com
SUMMARY:7 PM - Intro To Java - Gamas
DESCRIPTION:Today We Do\n\nWe continued with Temperature Converter application.\nWe added the conversion type drop down menu (spinner).\nWe added a listener to the drop down menu.\n\nHomework\n\nInside src/res/values/strings.xml\, add one more element similar to “app_name”. This element name would be “convert_btn_name”. For the value of the convert_btn_name\, use a language that is other than language who use the alphabeth. For example\, Korea\, Chinese\, Arabic.\nInside activity_main.xml\, use this “convert_btn_name” for the convert button label.
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-gamas-19/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220518T190000
DTEND;TZID=America/Los_Angeles:20220518T200000
DTSTAMP:20260428T060451
CREATED:20220519T025557Z
LAST-MODIFIED:20220519T025557Z
UID:13118-1652900400-1652904000@www.ayclogic.com
SUMMARY:7 PM Intro to Java - Alex
DESCRIPTION:Today We Did:\n\nWe covered how to use for loops with index.\nTalked about how we can nest for loops into other for loops and also that we can put if else statements in the for loops.\n\nFor Homework:\n\nCreate a new Java class titled May25_GameInventory.java\nDo question number 3 for homework today: https://www.ayclogic.com/java-list-forloop/
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-alex-2/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220514T130000
DTEND;TZID=America/Los_Angeles:20220514T140000
DTSTAMP:20260428T060451
CREATED:20220518T022455Z
LAST-MODIFIED:20220518T022455Z
UID:13099-1652533200-1652536800@www.ayclogic.com
SUMMARY:1 PM Intro to Java - Alex
DESCRIPTION:Today We Did:\n\nWe continued by creating the Teacher class with all its attributes.\nAlso\, add in createTeacher() and how to list all the students out when asked to.\nAlso\, we learned about getters and setters and how to use them.\n\nFor Homework:\n\nAdd in the getters and setters for the Teacher class if you have not done it already.\nWhen there are no teachers or students inside the list it should print out “We have no students/teachers in our system yet”\nAdd in listAllTeachers() where it will list all the teachers out when you type in 6 into the menu.\n\nPlease select one of the items below\n1. Add Student\n2. Add Teacher\n3. Find Student\n4. Find Teacher\n5. List all students\n6. List all teachers\nMake your selection 1-6 (enter "exit" to quit): 6 \n\nLIST ALL TEACHERS\nWe have no teachers in our system yet\n\nPlease select one of the items below\n1. Add Student\n2. Add Teacher\n3. Find Student\n4. Find Teacher\n5. List all students\n6. List all teachers\nMake your selection 1-6 (enter "exit" to quit): 2\n\nADD NEW TEACHER\nEnter the first name: Alex\nEnter the last name: Lee\nEnter the age: 18\nEnter the email: alexlee@ayclogic.com\nEnter the teacher's subject of expertise: Coding\nYou have added the teacher Alex successfully\n\nPlease select one of the items below\n1. Add Student\n2. Add Teacher\n3. Find Student\n4. Find Teacher\n5. List all students\n6. List all teachers\nMake your selection 1-6 (enter "exit" to quit): 6 \n\nLIST ALL TEACHERS\nAlex Lee is 18 years old and teaches the Coding subject
URL:https://www.ayclogic.com/event/1-pm-intro-to-java-alex-3/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220514T120000
DTEND;TZID=America/Los_Angeles:20220514T130000
DTSTAMP:20260428T060451
CREATED:20220514T200024Z
LAST-MODIFIED:20220514T201642Z
UID:13053-1652529600-1652533200@www.ayclogic.com
SUMMARY:12 PM - Intro To Java - Gamas
DESCRIPTION:Today We Do\n\nWe learned about creating Android App\nWe learned how to add button\nWe learned how to add TextView\nWe learned how to add EditText\nWe learned about Android Constraint Layout.\n\nHomework\n\nAdd Celcius TextView to the right of Fahrenheit TextView.\nAdd convertedTextField to the right of originalTextField.\nLook at below screenshot
URL:https://www.ayclogic.com/event/12-pm-intro-to-java-gamas-17/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220514T090000
DTEND;TZID=America/Los_Angeles:20220514T100000
DTSTAMP:20260428T060451
CREATED:20220514T181303Z
LAST-MODIFIED:20220514T184928Z
UID:13047-1652518800-1652522400@www.ayclogic.com
SUMMARY:9 AM - Intro To Java - Gamas
DESCRIPTION:Today We Do\n\nWe reviewed the practice quiz result about List\, Bird class.\n\nHomework\n\nIn your Email Application project go to EmailAccount.java class.\nAdd one more attribute\, String phone number.\nAdd this attribute to the constructor.\nAdd getter and setter.\nInside EmailApplicationMain.java\, inside initializeEmailAccounts method\, add phone number for every EmailAccount.\nInside EmailApplicationMain.java\, inside createEmailAccount()\, ask user for their phone number. Pass the phone number when you create EmailAccount class.\nInside EmailApplicationMain.java\, inside listAllEmailAccounts()\, display the user phone number.\nLook at example below\n\nWelcome to AYCLOGIC Email System.\n\nPlease select from below\n1. Create an Email Account\n2. Login\n3. List all Email Accounts\n4. Exit\nEnter your selection:1\n\nCREATE EMAIL ACCOUNT\n1. Enter your name: John Chen\n2. Enter your email: john@ayclogic.com\n3. Enter your password: abcd\n4. Enter your phone number: (818) 222-1111\nYou have successfully created email account for John Chen.\n\nPlease select from below\n1. Create an Email Account\n2. Login\n3. List all Email Accounts\n4. Exit\nEnter your selection:3\n\nThere are total of 4 email accounts in the system\n1. Nathan Truong - nathan@ayclogic.com - (887) 888-8888\n2. John Chen - john@ayclogic.com - (818) 222-1111\n3. Gamas Chang - gamas@ayclogic.com - (888) 888-8888\n4. Amber Kuo - amber@ayclogic.com - (886) 888-8888\n\nPlease select from below\n1. Create an Email Account\n2. Login\n3. List all Email Accounts\n4. Exit\nEnter your selection:
URL:https://www.ayclogic.com/event/9-am-intro-to-java-gamas-5/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220512T190000
DTEND;TZID=America/Los_Angeles:20220512T200000
DTSTAMP:20260428T060451
CREATED:20220513T031949Z
LAST-MODIFIED:20220513T031949Z
UID:13030-1652382000-1652385600@www.ayclogic.com
SUMMARY:7 PM - Intro To Java - Gamas
DESCRIPTION:Today We Do\n\nWe went over how to get text from one EditText and set a text to another TextView.\nWe learn more about Android ConstraintLayout.\n\nHomework\n\nConvert the value that you get from sourceTemp text field from Fahrenheit to Celcius. Don’t forget to convert from String to Integer before you apply the formula.\n\n 
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-gamas-18/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220511T190000
DTEND;TZID=America/Los_Angeles:20220511T200000
DTSTAMP:20260428T060451
CREATED:20220512T030025Z
LAST-MODIFIED:20220512T030025Z
UID:13020-1652295600-1652299200@www.ayclogic.com
SUMMARY:7 PM Intro to Java - Alex
DESCRIPTION:For Homework:\n\nCreate a new project called ForLoopListHomework.java\nGo to this page: https://www.ayclogic.com/java-list-forloop/ for the information on how to do the code.
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-alex/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220507T130000
DTEND;TZID=America/Los_Angeles:20220507T140000
DTSTAMP:20260428T060451
CREATED:20220507T210020Z
LAST-MODIFIED:20220510T020328Z
UID:12896-1651928400-1651932000@www.ayclogic.com
SUMMARY:1 PM Intro to Java - Alex
DESCRIPTION:Homework:\n\nChange your Magic8Ball project to using the methods like how we did it for TellMeYourAgeOOP.\n\na. The main method should only have two lines of code\, creating the class and then running it.\n\n\nFor the School Application\,  “1. Add Student” feature\, change the code by creating a new method: createStudent(). This is very similar to what you did in TellMeYourAgeOOP where we have a method for each of the features.\nAlso\, add in the second option for adding in a teacher. “2. Add Teacher”.\n\na. Create Teacher class just like you created the Student class last Saturday. The following are the Teacher attributes: firstName\, lastName\, age\, email\, subjectOfExpertise.\nb. When the user chose this feature\, they should be prompted with the teacher’s information. If you did it properly\, it should look like this\n\n\n\nPlease select one of the items below\n            1. Add Student\n            2. Add Teacher\n            3. Find Student\n            4. Find Teacher\n            5. List all students\n            6. List all teachers\nMake your selection 1-6 (enter "exit" to quit):2\n\nADD TEACHER\nEnter teacher's first name: Alex\nEnter teacher's last name: Lee\nEnter teacher's age: 19\nEnter teacher's email: alexlee@ayclogic.com\nEnter teacher's subject of expertise: Math\nYou have successfully added Alex teacher on your system\n\n\nPlease select one of the items below\n            1. Add Student\n            2. Add Teacher\n            3. Find Student\n            4. Find Teacher\n            5. List all students\n            6. List all teachers\nMake your selection 1-6 (enter "exit" to quit):
URL:https://www.ayclogic.com/event/1-pm-intro-to-java-alex-2/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220507T120000
DTEND;TZID=America/Los_Angeles:20220507T130000
DTSTAMP:20260428T060451
CREATED:20220507T200507Z
LAST-MODIFIED:20220507T200507Z
UID:12893-1651924800-1651928400@www.ayclogic.com
SUMMARY:12 PM - Intro To Java - Gamas
DESCRIPTION:Today We Do\n\nWe continued with MonsterInheritance project.\nWe added meleeAttack feature and override monster.meleeAttack() inside dragon.meleeAttack() so Dragon is immune to meleeAttack.\nWe also able to start Android Studio temperature converter mobile app project.\n\nHomework\n\nNo homework
URL:https://www.ayclogic.com/event/12-pm-intro-to-java-gamas-16/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220507T090000
DTEND;TZID=America/Los_Angeles:20220507T100000
DTSTAMP:20260428T060451
CREATED:20220507T180717Z
LAST-MODIFIED:20220507T180717Z
UID:12888-1651914000-1651917600@www.ayclogic.com
SUMMARY:9 AM - Intro To Java - Gamas
DESCRIPTION:Today We Do\n\nWe reviewed EmailApplication\nWe continued EmailApplication by adding checkInbox.\n\nHomework\n\nCreate a new Java Project. PracticeQuiz.\nDo exercises from https://docs.google.com/forms/d/1jmuWBAdD1bSY3voMhjxz2ql5Jh5obi3-xagR146hpIQ submit this Practice quiz on Friday night.
URL:https://www.ayclogic.com/event/9-am-intro-to-java-gamas-4/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220505T190000
DTEND;TZID=America/Los_Angeles:20220505T200000
DTSTAMP:20260428T060451
CREATED:20220506T032844Z
LAST-MODIFIED:20220506T035226Z
UID:12865-1651777200-1651780800@www.ayclogic.com
SUMMARY:7 PM - Intro To Java - Gamas
DESCRIPTION:Today We Do\n\nWe added the Fahrenheit TextView UI component.\nWe added the sourceTemp EditText UI component.\nWe added a new method onConvertButtonClick and wire it with the convert button.\n\nHomework\n\nContinue on Temperature Converter Android project.\nAdd Celcius TextView UI Component to the right of Fahrenheit.\nAdd convertedTemp TextView UI Component to the right of the sourceTemp EditText.\nIf you do it properly\, it should look like below.
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-gamas-16/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220504T190000
DTEND;TZID=America/Los_Angeles:20220504T200000
DTSTAMP:20260428T060451
CREATED:20220505T025913Z
LAST-MODIFIED:20220505T025913Z
UID:12855-1651690800-1651694400@www.ayclogic.com
SUMMARY:7 PM Intro to Java Alexander Lee
DESCRIPTION:Today We Did:\n\nWe went over how to get the user input by using Scanner\nTalked about how we use If Else statements\nCovered AND and OR usage\nAlso talked about how to compare two Strings or integers\n\nFor Homework:\n\nCreate a new Java class titled May11_CarDealerHomework.java\nLook here for the instructions: https://www.ayclogic.com/java-exercise-2b-input-from-shell-and-if-else/
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-alexander-lee-2/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220430T130000
DTEND;TZID=America/Los_Angeles:20220430T140000
DTSTAMP:20260428T060451
CREATED:20220430T210047Z
LAST-MODIFIED:20220430T210047Z
UID:12777-1651323600-1651327200@www.ayclogic.com
SUMMARY:1 PM - Intro To Java - Alex
DESCRIPTION:Homework\n\nContinue on Apr30_TellMeYourAgeOOP.java\nCreate a method provideAgeResponse. It has one parameter: String strAge. Inside the method it is supposed to convert strAge into Integer and provide different answers depending on the age. Look at below only for getting all the possible answers: https://www.ayclogic.com/tell-me-your-age/\nCall this new method from run() method.
URL:https://www.ayclogic.com/event/1-pm-intro-to-java-alex/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220430T120000
DTEND;TZID=America/Los_Angeles:20220430T170000
DTSTAMP:20260428T060451
CREATED:20220430T212117Z
LAST-MODIFIED:20220501T005855Z
UID:12781-1651320000-1651338000@www.ayclogic.com
SUMMARY:12 PM - Intro To Java - Gamas
DESCRIPTION:Today We Do\n\nWe downloaded and install Android Studio\nWe added an Android emulator\n\nHomework\n\nContinue with MonsterInheritance.java\nAdd “4. Heal Player” feature.\nAdd new class WaterGolem.java\nWaterGolem\, should take no damage from fire magic attack.\nWaterGolem\, should take 1/2 the damage from water magic attack.\nWaterGolem\, should take double damage from wind magic attack.
URL:https://www.ayclogic.com/event/12-pm-intro-to-java-gamas-15/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220430T090000
DTEND;TZID=America/Los_Angeles:20220430T100000
DTSTAMP:20260428T060451
CREATED:20220430T170019Z
LAST-MODIFIED:20220430T170019Z
UID:12772-1651309200-1651312800@www.ayclogic.com
SUMMARY:9 AM - Intro To Java - Gamas
DESCRIPTION:Homework\n\nInside EmailApplicationMain.java\, create Map<String\, EmailMessage>\nInside createEmailMessage(EmailAccount): after EmailMessage is created\, store inside the new map that you just created. The key of the map is going to be sendTo email.
URL:https://www.ayclogic.com/event/9-am-intro-to-java-gamas-3/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220428T190000
DTEND;TZID=America/Los_Angeles:20220428T200000
DTSTAMP:20260428T060451
CREATED:20220506T033050Z
LAST-MODIFIED:20220506T033050Z
UID:12871-1651172400-1651176000@www.ayclogic.com
SUMMARY:7 PM - Intro To Java - Gamas
DESCRIPTION:Today We Do\n\nWe finished MonsterInheritance project.\nWe started Android project Temperature Converter app.\nWe create an EmptyActivity project.\nWe downloaded an Emulator.\nWe added CONVERT button to the project.\n\nHomework\n\nNo homework
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-gamas-17/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220427T193000
DTEND;TZID=America/Los_Angeles:20220427T203000
DTSTAMP:20260428T060451
CREATED:20220428T025952Z
LAST-MODIFIED:20220428T025952Z
UID:12718-1651087800-1651091400@www.ayclogic.com
SUMMARY:7 PM Intro To Java Alexander Lee
DESCRIPTION:Today We Did\n\nWe started learning about Java Data types.\nLearned about how to comment\, and print things out to the terminal/shell.\nLearned the data types String and integer.\n\nFor Homework\n\nCreate a file called Feb26_VariableDataTypesHomework.java\nFor homework today do exercises from 1 to 3 at this link. https://www.ayclogic.com/java-variables-datatypes/
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-alexander-lee/
CATEGORIES:Introduction To Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220423T170000
DTEND;TZID=America/Los_Angeles:20220423T180000
DTSTAMP:20260428T060451
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
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220423T130000
DTEND;TZID=America/Los_Angeles:20220423T140000
DTSTAMP:20260428T060451
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:20220423T090000
DTEND;TZID=America/Los_Angeles:20220423T100000
DTSTAMP:20260428T060451
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:20220421T190000
DTEND;TZID=America/Los_Angeles:20220421T200000
DTSTAMP:20260428T060451
CREATED:20220422T025830Z
LAST-MODIFIED:20220422T025930Z
UID:12594-1650567600-1650571200@www.ayclogic.com
SUMMARY:7 PM - Intro To Java - Gamas
DESCRIPTION:Homework\n\nContinue on MonsterInheritance project\nInside Monster.java\, add a new method: doArrowDamage(int amount)\nInside the method\, reduce Monster.health by amount.\nInside WaterGolem.java\, override Monster.doArrowDamage(int amount). This is very similar to how you guys override Dragon.doMagicDamage(String magicType\, int damage).\nInside WaterGolem.doArrowDamage(int amount)\, just print Water Golem is not affected by arrow attack. No damage is done.
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-gamas-15/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220414T190000
DTEND;TZID=America/Los_Angeles:20220414T200000
DTSTAMP:20260428T060451
CREATED:20220420T235455Z
LAST-MODIFIED:20220420T235455Z
UID:12578-1649962800-1649966400@www.ayclogic.com
SUMMARY:7 PM - Intro To Java - Gamas
DESCRIPTION:Today We Do\n\nWe learned about Java inheritance. We created Dragon class which extends from Monster class.\nWe learned how to override Monster.doMagicDamage(String magicType\, int damage) in Dragon class.\n\nHomework\n\nContinue Monster Inheritance project by creating Troll and WaterGolem classes.\nThese classes need to inherit from Monster class. This is very similar to Dragon class.\nIn these classes\, you need to override Monster.doMagicDamage(String magicType\, int damage) method.\nTroll will be immune to earth magic attack (no damage done) and Troll will take only half damage from fire magic attack.\nWaterGolem will be immune to water magic attack (no damage done).
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-gamas-14/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220409T130000
DTEND;TZID=America/Los_Angeles:20220409T140000
DTSTAMP:20260428T060451
CREATED:20220409T223337Z
LAST-MODIFIED:20220409T223337Z
UID:12425-1649509200-1649512800@www.ayclogic.com
SUMMARY:1 PM Intro To Java - Alexander Lee
DESCRIPTION:Today We Did:\n\nWe reviewed last week’s homework on the While Loop\nTalked about Random\, and how to use asList\n\nFor Homework: \n\nCreate a new Java class titled April16_Magic8Ball.java\nFor the homework go to: https://www.ayclogic.com/intro-to-python/magic-8-ball/ 
URL:https://www.ayclogic.com/event/1-pm-intro-to-java-alexander-lee-4/
CATEGORIES:Introduction To Java,Java
END:VEVENT
END:VCALENDAR