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:20230312T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20231105T090000
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:-0800
TZOFFSETTO:-0700
TZNAME:PDT
DTSTART:20240310T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20241103T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240217T160000
DTEND;TZID=America/Los_Angeles:20240217T170000
DTSTAMP:20260424T113845
CREATED:20240218T060033Z
LAST-MODIFIED:20240218T060528Z
UID:23937-1708185600-1708189200@www.ayclogic.com
SUMMARY:4 PM – Intro To Java – William
DESCRIPTION:Today We Did\n\n\n\n\nFinished implementing Sword attack\n\nAttack menu\nswordAttack()\ntakeDamage()\n\n\nExplained inheritance (superclass\, subclass):\n\nCreated Monster.java\n\n\n\nHomework\nContinue working on MonsterInheritance: \n\nCheck if the player has died. If so\, return to the main menu:\nWhat do you want to do with the Troll:\n1. Magic attack\n2. Sword attack\n3. Arrow attack\n4. Heal Monster\nEnter your selection: 2\nYou attacked the Troll for 50 damage. It has 30 health remaining.\nThe Troll attacked the player for 38 damage.\n\nGame Over! You were killed by Troll.\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):\n\nAdd the menu for magic attack:\nWhat do you want to do with the Troll:\n1. Magic attack\n2. Sword attack\n3. Arrow attack\n4. Heal Monster\nEnter your selection: 1\n\nMAGIC ATTACK MONSTER\n\nSelect your magic attack for Troll:\n1. Fire magic - 10 damage\n2. Water magic - 10 damage\n3. Earth magic - 12 damage\n4. Wind magic - 8 damage\nEnter your selection:\n\nArrow attacks damage monsters from a distance! They deal 10 base damage\, with a 20% critical hit chance to do 2x damage. Monsters are unable to fight back 🙂\n\nNormal attack:\nWhat do you want to do with the Troll:\n1. Magic attack\n2. Sword attack\n3. Arrow attack\n4. Heal Monster\nEnter your selection: 3\n\nARROW ATTACK MONSTER\nYou shot Troll for 10 damage.\n\n\n\n\n\n\n\nCritical hit:\nWhat do you want to do with the Troll:\n1. Magic attack\n2. Sword attack\n3. Arrow attack\n4. Heal Monster\nEnter your selection: 3\n\nARROW ATTACK MONSTER\nCritical hit! You shot Troll for 20 damage.\n\n\n\n\nIf you have any questions\, please email me at williamsmith@ayclogic.com.
URL:https://www.ayclogic.com/event/4-pm-intro-to-java-william-12/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240203T160000
DTEND;TZID=America/Los_Angeles:20240203T170000
DTSTAMP:20260424T113845
CREATED:20240204T021750Z
LAST-MODIFIED:20240204T021750Z
UID:23744-1706976000-1706979600@www.ayclogic.com
SUMMARY:4 PM – Intro To Java – William
DESCRIPTION:Today We Did\n\nReviewed Java Quiz\nStarted MonsterInheritance project\n\nExplained final strings\nExplained nextInt() vs nextLine() + parseInt()\nSet up run() method\nStarted addNewMonster() and Monster class\n\n\n\nHomework\nContinue working on MonsterInheritance: \n\nFinish the Monster class:\n\nCreate getter and setter methods\nCreate a public method called heal with one integer parameter hp that heals the monster by the specified health points. Doesn’t return any value.\n\n\nFinish addNewMonster():\n\nCreate a new Monster and store it in a HashMap\n\n\nCreate listAllMonsters() (selection 2):\n\nPrint out all monsters in the following format:\n\n– {Monster species}: {Monster health} HP\n\n\n\n\n\n\n\n\n\n\n\n\nIf you have any questions\, please email me at williamsmith@ayclogic.com.
URL:https://www.ayclogic.com/event/4-pm-intro-to-java-william-10/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240127T160000
DTEND;TZID=America/Los_Angeles:20240127T170000
DTSTAMP:20260424T113845
CREATED:20240128T010035Z
LAST-MODIFIED:20240128T001056Z
UID:23650-1706371200-1706374800@www.ayclogic.com
SUMMARY:4 PM – Intro To Java – William
DESCRIPTION:Today We Did\n\nJava Quiz\n\nHomework\nWe will be starting a MonsterInheritance program next class! Do the following to prepare: \n\nCreate a new project called MonsterInheritance\nCreate a Monster class:\n\nMonsters should have 3 attributes:\n\nString species\nint health\nint maxAttack\n\n\nCreate getter and setter methods\nCreate a constructor\n\n\n\nIf you have any questions\, please email me at williamsmith@ayclogic.com.
URL:https://www.ayclogic.com/event/4-pm-intro-to-java-william-9/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240120T160000
DTEND;TZID=America/Los_Angeles:20240120T170000
DTSTAMP:20260424T113845
CREATED:20240121T022909Z
LAST-MODIFIED:20240121T022909Z
UID:23553-1705766400-1705770000@www.ayclogic.com
SUMMARY:4 PM – Intro To Java – William
DESCRIPTION:Today We Did\n\nReviewed PetSystem errors\nReviewed Practice Quiz\n\nHomework\n\nStudy for the quiz next week! It will last the entire class period and be open-note. If you haven’t done the practice yet\, I recommend completing it and emailing me once you’re done. I recommend studying the following:\n\nSchoolApplication\n\nConstructor\nGetter/Setter methods\nWorking with attributes\n\n\nLists/Maps\n\n\n\nIf you have any questions\, please email me at williamsmith@ayclogic.com. Good luck!
URL:https://www.ayclogic.com/event/4-pm-intro-to-java-william-8/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240113T160000
DTEND;TZID=America/Los_Angeles:20240113T170000
DTSTAMP:20260424T113845
CREATED:20240114T021613Z
LAST-MODIFIED:20240114T021613Z
UID:23443-1705161600-1705165200@www.ayclogic.com
SUMMARY:4 PM – Intro To Java – William
DESCRIPTION:Today We Did\n\nFinished SchoolApplication2\n\nfindStudentByID()\ninitializeMaps()\nConverted teacher list to hashmap\n\n\nStarted debugging PetSystem.java\n\nHomework\n\nFinish debugging PetSystem.java\n\nhttps://www.ayclogic.com/fix-java-error/\n\n\nComplete this practice quiz. We will review it next lesson!\n\nhttps://forms.gle/9ujNwnnBiZGjXmL88\n\n\n\nIf you have any questions\, please email me at williamsmith@ayclogic.com.
URL:https://www.ayclogic.com/event/4-pm-intro-to-java-william-7/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240106T160000
DTEND;TZID=America/Los_Angeles:20240106T170000
DTSTAMP:20260424T113845
CREATED:20240107T005535Z
LAST-MODIFIED:20240107T005535Z
UID:23302-1704556800-1704560400@www.ayclogic.com
SUMMARY:4 PM - Intro To Java - William
DESCRIPTION:Gamas sub \nToday We Did\n\nWe created SchoolApplication2 project.\nWe copied all codes from SchoolApplication to this new project.\nWe replaced studentList into studentMap and used firstName as the key.\nWe added studentMapById and used studentId as the key.\n\nHomework\n\nAdd code to make the “8. Find student by studentId”.\nReplace teacherList with teacherMap and fix all the errors. Use teacher.firstName as the key.\nI want when the program starts\, immediately add 3 students\n\nGamas Chang\, 12th grade\, 18 years old.\nVincent Chang\, 7th grade\, 12 years old.\nLeon Chen\, 9th grade\, 14 years old.
URL:https://www.ayclogic.com/event/4-pm-intro-to-java-william-6/
CATEGORIES:Introduction To Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231223T154000
DTEND;TZID=America/Los_Angeles:20231223T170000
DTSTAMP:20260424T113845
CREATED:20231224T021448Z
LAST-MODIFIED:20231224T021752Z
UID:23205-1703346000-1703350800@www.ayclogic.com
SUMMARY:4 PM – Intro To Java – William
DESCRIPTION:Today We Did\n\nFinished learning about HashMaps\n\ncontainsKey()\nReplace values\nremove()\nsize()\nkeySet()\nvalues()\n\n\nStarted EmailApplication\n\ncreateEmailAccount()\nCreated EmailAccount class\n\n\n\nHomework\nWork on EmailApplication: \n\nCreate getter methods for EmailAccount (refer to Student in SchoolApplication as reference)\nImplement listAllEmailAccounts():\n\nPrint the message: “We have a total of __ email accounts in our system!”\nList all accounts in the system in the format: “#. (name) – (email)”\nThe output should look something like:\n\n\n\nPlease select an item below:\n1. Create an email account\n2. Login\n3. List all email accounts\n4. Exit\nPlease make your selection (1-4): 3\n\nWe have a total of 3 email accounts in our system!\n\n1. Elijah Tshing - iamverycool@gmail.com\n\n2. Jayden Chong - tomato@outlook.com\n\n3. Shawn Zhuang - szhuang@ayclogic.com\nREMINDER: NO CLASS NEXT WEEK. Happy Holidays! \nIf you have any questions\, please email me at williamsmith@ayclogic.com.
URL:https://www.ayclogic.com/event/4-pm-intro-to-java-william-5/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231216T162000
DTEND;TZID=America/Los_Angeles:20231216T170000
DTSTAMP:20260424T113845
CREATED:20231217T024702Z
LAST-MODIFIED:20231217T024738Z
UID:23079-1702743600-1702746000@www.ayclogic.com
SUMMARY:4 PM – Intro To Java – William
DESCRIPTION:Today We Did\n\nReviewed listTeenageStudents() in SchoolSystem\nStarted learning about HashMaps\n\nput()\nget()\n\n\n\nHomework\n\nCreate a new HashMap called studentMap that maps from a student’s first name to their grade (Integer).\n\nAdd 2 students of your choice with different grade levels and names\, and print out their grade levels.\n\nE.g. (William Smith is in grade 13)\n\n\n\n\n\nNOTE: We will be starting class 20 minutes early next week to make up for lost time 🙂 \nIf you have any questions\, please email me at williamsmith@ayclogic.com.
URL:https://www.ayclogic.com/event/4-pm-intro-to-java-william-4/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231209T160000
DTEND;TZID=America/Los_Angeles:20231209T170000
DTSTAMP:20260424T113845
CREATED:20231210T011655Z
LAST-MODIFIED:20231210T011655Z
UID:22938-1702137600-1702141200@www.ayclogic.com
SUMMARY:4 PM – Intro To Java – William
DESCRIPTION:Today We Did\n\nFinished findStudent() and findTeacher()\nImplemented listTeenageStudents()\nLearned about switch statements\n\nHomework\n\nAdd a message that displays when attempting to list when there are no users/teachers\n\nEdit listAllTeachers()\, listAllStudents()\, listTeenageStudents() to print: “There are no ___ in our system yet”\nUse the .size() method on the list\n\n\nAdd a message in listTeenageStudents() to display when there are no teenage students\n\nUpload your SchoolApplication files to your assigned Google Drive folders by Friday night. \nIf you have any questions\, please email me at williamsmith@ayclogic.com.
URL:https://www.ayclogic.com/event/4-pm-intro-to-java-william-3/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231202T160000
DTEND;TZID=America/Los_Angeles:20231202T170000
DTSTAMP:20260424T113845
CREATED:20231203T021117Z
LAST-MODIFIED:20231203T021117Z
UID:22825-1701532800-1701536400@www.ayclogic.com
SUMMARY:4 PM – Intro To Java – William
DESCRIPTION:Today We Did\n\nReviewed:\n\nAdd a teacher\nList all teachers\nList all students.\n\n\nExplained overriding toString() method\nStarted findStudent()\n\nHomework\n\nFinish findStudent()\n\nAdd a last name attribute to Student\n\nMake sure to modify addStudent()\n\n\nCheck if first and last name that user inputs matches a student\nPrint out the student’s information (name\, age\, grade)\n\n\nCreate findTeacher()\n\nMatch first and last name (similar to findStudent())\n\n\n\n\n\nMake sure to add both methods to your run() method\n\nUpload your SchoolApplication files to your assigned Google Drive folders by Friday night. \nIf you have any questions\, please email me at williamsmith@ayclogic.com.
URL:https://www.ayclogic.com/event/4-pm-intro-to-java-william-2/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231118T160000
DTEND;TZID=America/Los_Angeles:20231118T170000
DTSTAMP:20260424T113845
CREATED:20231119T030538Z
LAST-MODIFIED:20231119T031205Z
UID:22684-1700323200-1700326800@www.ayclogic.com
SUMMARY:4 PM - Intro To Java - William
DESCRIPTION:Gamas Sub \nToday We Did\n\nWe continue with School Application\n\nWe added add new Student feature.\n\n\n\nHomework\n\nNo class on Nov 25 because of Thanksgiving holiday.\nAll the latest codes can be found in here.\nContinue on School Application\, add codes to enable the following\n\nAdd a teacher\nList all teachers\nList all students.\n\n\nFor those who have taken Python OOP with me\, look at Python OOP School System project because it is very similar.
URL:https://www.ayclogic.com/event/4-pm-intro-to-java-william/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231111T153000
DTEND;TZID=America/Los_Angeles:20231111T163000
DTSTAMP:20260424T113845
CREATED:20231112T004652Z
LAST-MODIFIED:20231112T004652Z
UID:22557-1699716600-1699720200@www.ayclogic.com
SUMMARY:3:30 PM – Intro to Java – William
DESCRIPTION:Today We Did\n\nFinished TellMeYour\nStarted SchoolApplication\n\nCreated Student.java\n\nExplained attributes\, constructor\, getter methods\n\n\nStarted SchoolSystem\n\n\n\nHomework\n\nCreate Teacher.java\n\nCreate the following attributes:\n\nfirstName\nlastName\nsubject\n\n\nCreate a constructor\nCreate getter methods\n\n\nModify SchoolSystem.java\n\nAfter printing the menu\, prompt the user: “Enter your selection: “\nGet the user’s input\nCreate If-Else statements to perform tasks based on user’s input\n\n(should be empty for now but we will fill them in as we go)\n\n\n\n\n\nMake a new folder and upload your SchoolApplication files to your assigned Google Drive folders by Friday night. \nIf you have any questions\, please email me at williamsmith@ayclogic.com.
URL:https://www.ayclogic.com/event/330-pm-intro-to-java-william-8/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231104T153000
DTEND;TZID=America/Los_Angeles:20231104T163000
DTSTAMP:20260424T113845
CREATED:20231104T235401Z
LAST-MODIFIED:20231104T235401Z
UID:22465-1699111800-1699115400@www.ayclogic.com
SUMMARY:3:30 PM – Intro to Java – William
DESCRIPTION:Today We Did\n\nReviewed Methods HW\nStarted TellMeYourAge using methods\n\nHomework\n\nFinish Nov4_TellMeYourAgeMethods (locate code in the “Files” Google Drive folder)\n\n Remaining cases in provideResponse\nRun method\n\nPrint out user age based on input\nIf user types “quit\,” program prints a message and exits\n\n\nMain() method\n\nCall run method\n\n\n\n\n\nUpload homework to your assigned Google Drive folders by Friday night. \nIf you have any questions\, please email me at williamsmith@ayclogic.com.
URL:https://www.ayclogic.com/event/330-pm-intro-to-java-william-7/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231028T153000
DTEND;TZID=America/Los_Angeles:20231028T163000
DTSTAMP:20260424T113845
CREATED:20231028T234740Z
LAST-MODIFIED:20231028T234758Z
UID:22369-1698507000-1698510600@www.ayclogic.com
SUMMARY:3:30 PM – Intro to Java – William
DESCRIPTION:Today We Did\n\nLearned about Java methods\n\nMethod overloading\nFunctions with/without return values\n\n\n\nHomework\n\nCreate Oct28_MethodsHW.java\n\nCreate a new method convertFromFahrenheitToCelcius. It has one parameter int fahrenheit. Inside the method\, it will convert fahrenheit parameter into celcius by using this formula (F − 32) × 5/9 = C . Return the result and print a statement regarding the conversion.\nCreate another method addThreeNumbers() that accepts 3 numbers as arguments and returns their sum. Call the method in the main() class and print a statement in the form of an equation (e.g. 1 + 2 + 3 = 6).\n\n\n\nUpload homework to your assigned Google Drive folders by Friday night. \nIf you have any questions\, please email me at williamsmith@ayclogic.com.
URL:https://www.ayclogic.com/event/330-pm-intro-to-java-william-6/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231021T153000
DTEND;TZID=America/Los_Angeles:20231021T163000
DTSTAMP:20260424T113845
CREATED:20231021T233641Z
LAST-MODIFIED:20231021T233641Z
UID:22246-1697902200-1697905800@www.ayclogic.com
SUMMARY:3:30 PM - Intro to Java - William
DESCRIPTION:Today We Did\n\nContinued with the Random module\nCreated a mini adventure game\n\nHomework\n\nCreate Oct21_Magic8Ball.java\n\nCreate the Java program at https://www.ayclogic.com/intro-to-python/magic-8-ball/\n\n\n\nUpload your homework to your assigned google drive by Friday night. \nIf you have any questions\, please email me at williamsmith@ayclogic.com.
URL:https://www.ayclogic.com/event/330-pm-intro-to-java-william-5/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231014T153000
DTEND;TZID=America/Los_Angeles:20231014T163000
DTSTAMP:20260424T113845
CREATED:20231014T233735Z
LAST-MODIFIED:20231014T233735Z
UID:22146-1697297400-1697301000@www.ayclogic.com
SUMMARY:3:30 PM – Intro To Java – William
DESCRIPTION:Today We Did\n\nFinished for loop with indexes\nLearned about while loops\nStarted learning about the Random module\n\nHomework\n\nCreate Oct14_WhileLoopHW.java\n\nFinish the exercises at https://www.ayclogic.com/java-exercise-while-loop/\n\n\n\nUpload your homework to your assigned google drive by Friday night. \nIf you have any questions\, please email me at williamsmith@ayclogic.com.
URL:https://www.ayclogic.com/event/330-pm-intro-to-java-william-4/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230930T153000
DTEND;TZID=America/Los_Angeles:20230930T163000
DTSTAMP:20260424T113845
CREATED:20231001T023810Z
LAST-MODIFIED:20231001T023902Z
UID:21882-1696087800-1696091400@www.ayclogic.com
SUMMARY:3:30 PM - Intro To Java - William
DESCRIPTION:Today We Did\n\nWe learned about List\nWe learned about for loop.\nWe learned how to compare String using .equals method.\n\nHomework\n\nCreate Sep30_ForLoopListHW.java and do problem number 1 and 2 only from here: https://www.ayclogic.com/java-list-forloop/
URL:https://www.ayclogic.com/event/330-pm-intro-to-java-william-2/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230923T153000
DTEND;TZID=America/Los_Angeles:20230923T163000
DTSTAMP:20260424T113845
CREATED:20230923T235338Z
LAST-MODIFIED:20230923T235338Z
UID:21742-1695483000-1695486600@www.ayclogic.com
SUMMARY:3:30 PM - Intro To Java - William
DESCRIPTION:Today We Did\n\nWe learned how to get input from shell\nWe learned how to do if else if and else statements.\n\nHomework\n\nCreate Sep23_CarDealerHomework.py and do the following questions https://www.ayclogic.com/java-exercise-2b-input-from-shell-and-if-else/
URL:https://www.ayclogic.com/event/330-pm-intro-to-java-william/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230829T160000
DTEND;TZID=America/Los_Angeles:20230829T170000
DTSTAMP:20260424T113845
CREATED:20230830T010454Z
LAST-MODIFIED:20230830T010454Z
UID:21376-1693324800-1693328400@www.ayclogic.com
SUMMARY:5 PM – Intro to Java – William
DESCRIPTION:What we did\n\nReviewed Final Exams
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-william-14/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230825T170000
DTEND;TZID=America/Los_Angeles:20230825T180000
DTSTAMP:20260424T113845
CREATED:20230830T191417Z
LAST-MODIFIED:20230830T191417Z
UID:21395-1692982800-1692986400@www.ayclogic.com
SUMMARY:5 PM - Intro To Java - Alex Lee
DESCRIPTION:Today We Did:\n\nReviewed the Practice exam and was able to cover everything on it without any issues.\n\nFor Homework:\n\nBe prepared for the exam next week and review all your past material.\nMake sure to have an email ready for the exam and it will be for two hours.
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-alex-lee-11/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230822T170000
DTEND;TZID=America/Los_Angeles:20230822T180000
DTSTAMP:20260424T113845
CREATED:20230823T011740Z
LAST-MODIFIED:20230823T011740Z
UID:21234-1692723600-1692727200@www.ayclogic.com
SUMMARY:5 PM - Intro to Java - William
DESCRIPTION:What we did\n\nReviewed DriverSystem\nReviewed EmailApplication for the final\n\nHomework:\nThe final on Friday will be 2 hours long. I’d recommend reviewing the following before then: \n\nMonster Inheritance (especially)\nDriver System\nBank System (from the quiz)\nList operations\n\n\nIf you have any questions\, please email me at williamsmith@ayclogic.com. \nGood luck!! \n\n 
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-william-13/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230818T170000
DTEND;TZID=America/Los_Angeles:20230818T180000
DTSTAMP:20260424T113845
CREATED:20230820T000726Z
LAST-MODIFIED:20230820T000726Z
UID:21177-1692378000-1692381600@www.ayclogic.com
SUMMARY:5:00 PM - Intro to Java - Alexander Lee
DESCRIPTION:Today We Did:\n\nFinished the Temperature Converter today\nAdded in the switching for when clicking on different options.\n\nFor Homework\n\nDo the practice exam I emailed you guys before the next class
URL:https://www.ayclogic.com/event/500-pm-intro-to-java-alexander-lee/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230818T160000
DTEND;TZID=America/Los_Angeles:20230818T180000
DTSTAMP:20260424T113845
CREATED:20230819T010317Z
LAST-MODIFIED:20230819T010522Z
UID:21156-1692374400-1692381600@www.ayclogic.com
SUMMARY:4 PM - Intro To Java - William
DESCRIPTION:Today we did:\n\nFinished Temperature Converter Application\n\nFinished implementing Listener\nAdded Celcius to Kelvin conversion\nLive Android Demo\n\n\n\nHomework:\n\nFinish DriverSystem practice quiz by next class\n\nBe sure to upload your files to the Google Form!\n\n\n\nIf you have any questions\, please email me at williamsmith@ayclogic.com
URL:https://www.ayclogic.com/event/5pm-intro-to-java-william/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230814T170000
DTEND;TZID=America/Los_Angeles:20230814T190000
DTSTAMP:20260424T113845
CREATED:20230815T040744Z
LAST-MODIFIED:20230815T040744Z
UID:21112-1692032400-1692039600@www.ayclogic.com
SUMMARY:5 PM – Intro to Java – William
DESCRIPTION:Today we did:\n\nContinued working on TempConverter\n\nAdded spinner with conversion options\nImplemented Listener to check conversion type\nStarted working on swapping temperature labels based on selected conversion type setConversion()\n\n\n\nHomework:\n\nFinish setConversion\n\nSet the text of toUnitLabel to the right unit\nClear the text of sourceTempText and targetTempText (set text to empty string)\n\n\nChange the sourceTempText ID to fromTextField\nChange the targetTempText ID to toTextField (make sure to refactor)\n\nIf you have any questions or issues\, please email me at williamsmith@ayclogic.com.
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-william-12/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230811T170000
DTEND;TZID=America/Los_Angeles:20230811T190000
DTSTAMP:20260424T113845
CREATED:20230812T020456Z
LAST-MODIFIED:20230813T022140Z
UID:21058-1691773200-1691780400@www.ayclogic.com
SUMMARY:5 PM - Intro To Java - William
DESCRIPTION:Gamas Sub \nToday We Did\n\nWe continued on Temperature Converter android project.\nWe added all the UI components except for the Spinner.\nWe connected the button in activity_main.xml with the MainActivity.java clickConvert method.\n\nHomework\n\nMake the Fahrenheit and Celcius TextView to be bigger (24sp) and bold.\nFind in the Internet the formula on how to convert from Fahrenheit to Celcius.\nAdd the code to apply the formula so when user click convert\, it will output the temperature in Celcius in LogCat.
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-william-11/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230808T170000
DTEND;TZID=America/Los_Angeles:20230808T183000
DTSTAMP:20260424T113845
CREATED:20230809T023416Z
LAST-MODIFIED:20230809T023416Z
UID:21025-1691514000-1691519400@www.ayclogic.com
SUMMARY:5 PM - Intro to Java - William
DESCRIPTION:Today we did:\n\nStarted setting up Android Studio\n\nHomework:\n\nFinish Android Studio setup with Gamas (he will contact your parents)\n\nIf you have any questions\, please email me at williamsmith@ayclogic.com
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-william-10/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230804T170000
DTEND;TZID=America/Los_Angeles:20230804T190000
DTSTAMP:20260424T113845
CREATED:20230805T022423Z
LAST-MODIFIED:20230805T022423Z
UID:20968-1691168400-1691175600@www.ayclogic.com
SUMMARY:5 PM - Intro to Java - William
DESCRIPTION:Today we did:\n\nFinished MonsterInheritance\n\nExplained Inheritance and created child classes (Troll\, WaterGolem\, Dragon)\nFinished magic attack\nImplemented game over messages\n\n\n\nHomework:\n\nFix addNewMonster(). Our current implementation creates generic monsters based on the species entered. However\, when we create a monster of a specific species (e.g. Dragon)\, we want it to have the properties of a Dragon (fire strength\, water weakness\, etc.).\nFeel free to add whatever features you’d like (make sure the code runs though!)\nDownload and install Android Studio: https://developer.android.com/studio\n\nGo through default installation steps\n\n\n\nIf you have any questions\, please email me at williamsmith@ayclogic.com
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-william-9/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230801T160000
DTEND;TZID=America/Los_Angeles:20230801T180000
DTSTAMP:20260424T113845
CREATED:20230802T013744Z
LAST-MODIFIED:20230802T021616Z
UID:20911-1690905600-1690912800@www.ayclogic.com
SUMMARY:5 PM - Intro to Java - William
DESCRIPTION:Today we did:\n\nReviewed Quiz and homework\nContinued MonsterInheritance project:\n\ninitializeMonsters()\naddNewMonster()\nplay()\n\nhealMonster()\nmeleeAttack()\nStarted arrowAttack()\n\n\n\n\n\nHomework:\n\nFinish arrowAttack()\n\nIf monster has no more HP\, print: “The (monster species) has been defeated”\nPlayer doesn’t take damage (since it’s a ranged attack)\n\n\nStart magicAttack()\n\nImplement the fire and water magic attacks\nThe monster will do their max attack damage to player\nImplement your code however you want — I’ll critique it next lesson. Good luck!\n\n\n\nNOTE: Add scanner.nextLine() on a new line each time you use scanner.nextInt(). \nWhat do you want to do with the Troll:\n1. Magic attack\n2. Melee attack\n3. Arrow attack (5 -10 damage)\n4. Heal\nEnter your selection: 1\n\nMAGIC ATTACK MONSTER\nWhat kind of magic attack you want to do to Troll:\n1. Fire magic - 10 damage\n2. Water magic - 10 damage\n3. Earth magic - 12 damage\n4. Wind magic - 8 damage\nEnter your selection: 1\n\nYou attacked Troll and did 10. Troll has 60 health remaining.\nTroll attacked Will Smith and did 37 damage.\n\nWill Smith has 963 health remaining.\nPlease select one of the following monsters:\n- Troll - 60 health\n- Dragon - 100 health\n- Water Golem - 50 health\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 (5 -10 damage)\n4. Heal\nEnter your selection: 1\n\nMAGIC ATTACK MONSTER\nWhat kind of magic attack you want to do to Troll:\n1. Fire magic - 10 damage\n2. Water magic - 10 damage\n3. Earth magic - 12 damage\n4. Wind magic - 8 damage\nEnter your selection: 2\n\nYou attacked Troll and did 10 damage. The Troll has 50 health remaining.\nTroll attacked Will Smith and did 53 damage.\n\nWill Smith has 910 health remaining.\nPlease select one of the following monsters:\n- Troll - 52 health\n- Dragon - 100 health\n- Water Golem - 50 health\nEnter your selection (Enter 'stop' to end the game):\nIf you have any questions\, please email me at williamsmith@ayclogic.com
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-william-8/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230728T170000
DTEND;TZID=America/Los_Angeles:20230728T190000
DTSTAMP:20260424T113845
CREATED:20230729T021342Z
LAST-MODIFIED:20230729T021342Z
UID:20858-1690563600-1690570800@www.ayclogic.com
SUMMARY:5 PM – Intro to Java – William
DESCRIPTION:Today we did:\n\nReviewed HW and Practice Quiz\nQuiz 🙂\nStarted MonsterInheritance\n\nCreated run() method\n\n\n\nHomework:\n\nCreate a Monster class:\n\nMonsters should have 3 attributes:\n\nString species\nint health\nint maxAttack\n\n\nCreate getter and setter methods\nCreate a constructor\nCreate a doDamage() method:\n\nHas 1 int parameter that subtracts specified value from the monster’s health\n\n\nCreate a heal() method:\n\nSame as doDamage() but adds to monster’s health\n\n\n\n\nImplement listAllMonsters() in MonsterInheritanceMain.java:\n\nFor each monster\, if the Monster is dead (health is <= 0)\, then print: “- (monster species) – Dead”\nOtherwise print “- (monsterspecies) – (monster health) health”\n\n\nCreate a main() method that calls run()\n\nMight be hard to test this week’s homework\, so don’t worry if you can’t 🙂 \nIf you have any questions\, please email me at williamsmith@ayclogic.com
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-william-7/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230725T160000
DTEND;TZID=America/Los_Angeles:20230725T180000
DTSTAMP:20260424T113845
CREATED:20230726T011741Z
LAST-MODIFIED:20230726T025110Z
UID:20793-1690300800-1690308000@www.ayclogic.com
SUMMARY:5 PM – Intro to Java – William
DESCRIPTION:Today we did:\n\nAYCLOGIC Email Application\n\nImplemented Login System with menu\nCreated EmailMessage class\nImplemented Create Email Message\nStarted Check Inbox\n\n\n\nHomework:\n\nFinish checkInbox(EmailAccount account)\n\n\nIf there are no emails in the inbox\, then print: “There are no emails in your inbox :(“\n\nOtherwise\, print all emails in the following format:\n(Sender) – (Subject) – (Content)\n\n\nFinish this practice quiz: https://docs.google.com/forms/d/1-ItfQEoc2YUTuUOUzMxdsU4OW3UPBdlGmoH49dUxQDU\n\nNext lesson we’ll review the practice and have a Java Quiz 🙂\n\n\n\nUpload your Email Application files to your assigned Google Drive folders. \nIf you have any questions\, please email me at williamsmith@ayclogic.com
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-william-6/
CATEGORIES:Introduction To Java,Java
END:VEVENT
END:VCALENDAR