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:20230312T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20231105T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230721T170000
DTEND;TZID=America/Los_Angeles:20230721T180000
DTSTAMP:20260425T012852
CREATED:20230722T010613Z
LAST-MODIFIED:20230722T010613Z
UID:20749-1689958800-1689962400@www.ayclogic.com
SUMMARY:5 PM - Intro To Java - Alex
DESCRIPTION:Gamas Sub \nWhat We Did\n\nWe went through Android Studio installation process\nWe started Temperature Converter project.\n\nHomework\n\nContinue on Temperature Converter project by adding UI component 5 and 6.\n\ncomponent 5 can be found in Pallete > Container > Spinner\ncomponent 6 can be found in Pallete > Common > Button
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-alex-4/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230718T160000
DTEND;TZID=America/Los_Angeles:20230718T180000
DTSTAMP:20260425T012852
CREATED:20230719T012510Z
LAST-MODIFIED:20230719T012805Z
UID:20653-1689696000-1689703200@www.ayclogic.com
SUMMARY:4 PM - Intro to Java - William
DESCRIPTION:Today we did:\n\nFinished School System methods:\n\nFind student\nFind teacher\nList all teachers\nList all teenager students\nEdit student\n\n\n\nHomework:\n\nFinish Find Teacher:\n\nPrint “We cannot find teacher with name: _____ _____” if teacher cannot be found\n\n\nImplement “9. Edit teacher subject”\n\nCreate a private method called editTeacherSubject with no return value\nHave the user select a teacher to edit based on first and last name (hint: you may need to make edits to findTeacherByFirstAndLastName to return something!)\nIf the teacher was found\, prompt the user for a new subject\nEdit the subjectExpertise field of the teacher\n\n\n\nUpload your new SchoolSystem 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-4/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230714T170000
DTEND;TZID=America/Los_Angeles:20230714T190000
DTSTAMP:20260425T012852
CREATED:20230715T021556Z
LAST-MODIFIED:20230719T011440Z
UID:20607-1689354000-1689361200@www.ayclogic.com
SUMMARY:5 PM - Intro to Java - William
DESCRIPTION:Today we did:\n\nFinished Java Methods\nStarted School System\n\nAdd a student\nList all students\n\n\n\nHomework:\nCreate new Java HW files: \n\nJuly14MethodsHW.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 . You have to return the result. This is very similar to what we did in the class with addFourNumbers method.\n\n\nTeacher.java\n\nCreate Teacher.java in your SchoolSystem project. It should have the following attributes:\n\nString firstName\nString lastName\nint age\nString subjectExpertise\nCreate a constructor with all of above attributes.\nCreate getter methods\n\n\nImplement the method: “2. Add a teacher” in SchoolSystem.java (hint: you’ll need a way to store all the teachers!)\n\nCall the method addNewTeacher()\n\n\n\n\n\nPlease upload the 2 files (Teacher.java\, July13MethodsHW.java) 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-3/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230711T170000
DTEND;TZID=America/Los_Angeles:20230711T190000
DTSTAMP:20260425T012852
CREATED:20230712T022538Z
LAST-MODIFIED:20230712T022538Z
UID:20556-1689094800-1689102000@www.ayclogic.com
SUMMARY:5 PM - Intro to Java - William
DESCRIPTION:Today we did:\n\nWhile Loops\nRandom module\nMagic 8 Ball\nStarted Java Methods\n\nHomework:\n\nCreate new Java HW files:\n\nJuly11WhileLoopHW.java\n\nhttps://www.ayclogic.com/java-exercise-while-loop/\n\n\nJuly11Magic8BallHW.java \n\nhttps://www.ayclogic.com/intro-to-python/magic-8-ball/\n\n\n\n\nThe HW is due by Thursday night (July 13th). Please upload to your assigned Google Drive folders.\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-2/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230630T170000
DTEND;TZID=America/Los_Angeles:20230630T180000
DTSTAMP:20260425T012852
CREATED:20230701T005320Z
LAST-MODIFIED:20230701T005320Z
UID:20476-1688144400-1688148000@www.ayclogic.com
SUMMARY:5 PM - Intro To Java - Alex Lee
DESCRIPTION:Today We Did:\n\nContinued with the Monster Inheritance\, added in the magic damage\nLearned about inheritance and how it works with parent and child classes.\n\nFor Homework:\n\nCreate 2 new monster classes based on what you chose to initialize into your monster map.\nMake them similar to the first monster that you did\, so that they have one immunity and one weakness.
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-alex-lee-10/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230627T170000
DTEND;TZID=America/Los_Angeles:20230627T190000
DTSTAMP:20260425T012852
CREATED:20230628T021453Z
LAST-MODIFIED:20230628T021453Z
UID:20415-1687885200-1687892400@www.ayclogic.com
SUMMARY:5 PM - Intro to Java - William
DESCRIPTION:Today we did:\n\nFinished List operations\nEnhanced For Loops (For Each Loops)\nFor Loops\, incorporating arrays\n\nHomework:\n\nCreate new Java HW files:\n\nJune27ForLoopIfElseHW.java \n\nhttps://www.ayclogic.com/java-for-loop-if-else/\n\n\nJune27IfElseScannerHW.java (Problems 1 and 2)\n\nhttps://www.ayclogic.com/java-list-forloop/\nJune27GameInventory.java (Problem 3)\n\n\n\n\nThe HW is due by Sunday July 9th. Please upload to your assigned Google Drive folders.\n\nNOTE THAT WE HAVE NO CLASS NEXT WEEK DUE TO INDEPENDENCE DAY HOLIDAY!  \nIf you have any questions\, please email me at williamsmith@ayclogic.com
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-william/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230623T170000
DTEND;TZID=America/Los_Angeles:20230623T190000
DTSTAMP:20260425T012852
CREATED:20230624T021901Z
LAST-MODIFIED:20230624T022313Z
UID:20349-1687539600-1687546800@www.ayclogic.com
SUMMARY:5 PM - Intro to Java - William
DESCRIPTION:Today we did:\n\nVariables and data types\nGetting user input with java.util.Scanner\nIf-Else statements\nStarted learning lists\n\nHomework:\n\nCreate new Java HW files:\n\nJune23VariableDataTypeHW.java\n\nhttps://www.ayclogic.com/java-variables-datatypes/\n\n\nJune23IfElseScannerHW.java\n\nhttps://www.ayclogic.com/java-exercise-2b-input-from-shell-and-if-else/\n\n\n\n\nThe HW is due Sunday night. Please upload to your assigned Google Drive folders.\n\nIf you have any questions\, please email me at williamsmith@ayclogic.com
URL:https://www.ayclogic.com/event/5pm-summer-java-william/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230616T170000
DTEND;TZID=America/Los_Angeles:20230616T180000
DTSTAMP:20260425T012852
CREATED:20230617T005528Z
LAST-MODIFIED:20230617T005528Z
UID:20245-1686934800-1686938400@www.ayclogic.com
SUMMARY:5PM - Intro To Java - Alex Lee
DESCRIPTION:Today We Did:\n\nWe reviewed the quizzes that we took a week before. Small reminder to make sure to take everything step by step when creating your code.\nStarted the Monster Inheritance project.\nAdded in the monster and some of the system.\n\nFor Homework:\n\nInside the Monster class\, create a getInfo method that will either return the information or print out the information in this format. “- monsterName – Health Remaining – health”\nNow inside your MonsterSystem create a method called listAllMonsters\nMake sure to check if there are any monsters in the map\, otherwise print all of them out.
URL:https://www.ayclogic.com/event/5pm-intro-to-java-alex-lee/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230526T170000
DTEND;TZID=America/Los_Angeles:20230526T180000
DTSTAMP:20260425T012852
CREATED:20230527T010617Z
LAST-MODIFIED:20230527T010617Z
UID:20000-1685120400-1685124000@www.ayclogic.com
SUMMARY:5 PM - Intro To Java - Alex Lee
DESCRIPTION:Today We Did:\n\nWe finished up the Email Application project\nDid a small amount of the review quiz\n\nFor Homework:\n\nFinish up the review quiz and turn it in before the next class.
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-alex-lee-9/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230505T170000
DTEND;TZID=America/Los_Angeles:20230505T180000
DTSTAMP:20260425T012852
CREATED:20230506T005707Z
LAST-MODIFIED:20230506T005707Z
UID:19601-1683306000-1683309600@www.ayclogic.com
SUMMARY:5 PM - Intro To Java - Alex Lee
DESCRIPTION:Today We Did:\n\nWe learned about how to fix up errors and be able to see what is wrong with the code.\nStarted the Email Application project\n\nFor Homework:\n\nCreate a new method for the Email Application\, where you are able to add in the email into a map.\nThere should be an Email Account class and it will have 3 attributes\, name\, email\, and password.\nInside it\, make sure to create a constructor\, along with its getters and setters.\nAlso\, create a method called getInfo\, which will print out all of the information for the user. “<name> – <email>”\nBelow is an example of what add new email should look like.\n\n    ADD NEW EMAIL\n1. Enter your name: Alex\n2. Enter your email: alexlee@ayclogic.com\n3. Enter your password: 1234\n    You have successfully created an email account for Alex
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-alex-lee-8/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230427T190000
DTEND;TZID=America/Los_Angeles:20230427T200000
DTSTAMP:20260425T012852
CREATED:20230428T031118Z
LAST-MODIFIED:20230428T031118Z
UID:19366-1682622000-1682625600@www.ayclogic.com
SUMMARY:7PM - Intro To Java - Alex Lee
DESCRIPTION:Today We Did:\n\nWe finish up the TemperatureConverter project by adding in the other headers and also figuring out how to change the equation based on the conversion type.\nAlso looked over the practice exam for Driver System.\n\nFor Homework:\n\nGo take the practice exam at the link here: https://forms.gle/cbbTkdGB4vkcXf1h9\nMake sure to finish it before the next class\, preferably a few days before so I get the chance to grade it and go over any errors during the class.\nThe final exam will be the week after we finish reviewing the practice exam.
URL:https://www.ayclogic.com/event/7pm-intro-to-java-alex-lee-2/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230421T170000
DTEND;TZID=America/Los_Angeles:20230421T180000
DTSTAMP:20260425T012852
CREATED:20230422T005831Z
LAST-MODIFIED:20230422T005831Z
UID:19056-1682096400-1682100000@www.ayclogic.com
SUMMARY:5 PM - Intro To Java - Alex Lee
DESCRIPTION:Today We Did:\n\nWe learned about HashMaps and how to store the information.\nUnderstood about the keys and values with it\nStarted the RestaurantMap project\n\nFor Homework:\n\nFirst\, create a new class in the package called “Restaurant”\nIt should be created in the same way that you did Student and Teacher in the SchoolSystem\nIt has four attributes\, name\, age\, founding year\, and cuisine.\nMake sure to create a constructor\, getters\, and setters.\nOnce complete\, go back to the add method in the RestaurantMap and create the Restaurant.\nAfter creation\, store it inside a hashmap that you have to create. The key would be type String and the value would be type Restaurant
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-alex-lee-7/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230420T190000
DTEND;TZID=America/Los_Angeles:20230420T200000
DTSTAMP:20260425T012852
CREATED:20230421T025610Z
LAST-MODIFIED:20230421T025610Z
UID:19043-1682017200-1682020800@www.ayclogic.com
SUMMARY:7 PM - Intro To Java - Alex Lee
DESCRIPTION:Today We Did:\n\nContinued with the TemperatureConverter project\nAdded in the temperature spinner listener\nLearned about the resources\n\nFor Homework:\n\nBe able to change it to Celsius to Kelvin as the header.\nAlso figure out how to pass the information of the conversion type to the convert button on click.\nSo that when you change the spinner option\, it should also change the formula and the result.
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-alex-lee-5/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230331T170000
DTEND;TZID=America/Los_Angeles:20230331T180000
DTSTAMP:20260425T012852
CREATED:20230402T013256Z
LAST-MODIFIED:20230406T001941Z
UID:18767-1680282000-1680285600@www.ayclogic.com
SUMMARY:5 PM - Intro To Java - Alex Lee
DESCRIPTION:Today We Did:\n\nWe continued with the School System project.\nAdded in listing out all of the students\, teachers\, and started finding the student.\nWe also were able to load in the students so that we could test our code.\n\nFor Homework:\n\nThere is no class this coming week on April 7 due to Easter Weekend.\nJust like how we loaded in 4 students\, for homework load in 3 different teachers.\nIt is up to you what name and other information that you give the teachers\, just make them all different.\nAlso\, attempt to figure out how we can check to see if we are unable to find the student with their first and last name.
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-alex-lee-6/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230330T190000
DTEND;TZID=America/Los_Angeles:20230330T200000
DTSTAMP:20260425T012852
CREATED:20230331T025607Z
LAST-MODIFIED:20230331T025607Z
UID:18726-1680202800-1680206400@www.ayclogic.com
SUMMARY:7 PM Intro To Java - Alex Lee
DESCRIPTION:Today We Did:\n\nFinished up the Monster Inheritance project\nCreated two more classes\, the troll\, and the goblin\nAdded in the option to heal the monster\, and override it in each of the classes.\n\nFor Homework:\n\nDownload Android Studio before the next class since that is where we will be doing the project the next few classes.\nHere is where you can download it\, just scroll down to find the link to it: https://developer.android.com/studio
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-alex-lee-4/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230324T170000
DTEND;TZID=America/Los_Angeles:20230324T180000
DTSTAMP:20260425T012852
CREATED:20230325T005112Z
LAST-MODIFIED:20230325T005112Z
UID:18646-1679677200-1679680800@www.ayclogic.com
SUMMARY:5 PM - Intro To Java - Alex Lee
DESCRIPTION:Today We Did:\n\nWent over the Magic8BallUsingMethods code\nStated the school application project\nCreated the school system and learned about classes.\n\nFor Homework:\n\nCreate another option for adding in the teacher.\nYou should create a teacher list and also the teacher class.\nFollow the similar steps to what we did today in class.
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-alex-lee-5/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230323T190000
DTEND;TZID=America/Los_Angeles:20230323T200000
DTSTAMP:20260425T012852
CREATED:20230324T025905Z
LAST-MODIFIED:20230324T025905Z
UID:18636-1679598000-1679601600@www.ayclogic.com
SUMMARY:7 PM Intro To Java - Alex
DESCRIPTION:Today We Did:\n\nCreated three new methods\, arrowAttack\, magicAttack\, and takeMonsterDamage.\nWe were able to create takeMonsterDamage because we noticed that the code was duplicating multiple times so it was correct to make it a method.\nAlso\, learned about inheritance and how we can override methods.\n\nFor Homework:\n\nFinish up the options for the magic attack for water\, earth\, and wind.\nCreate a new class called Troll and it should extend the monster class.\nThe troll is immune to earth\, and takes double damage from fire.\n\n 
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-alex-16/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230320T160000
DTEND;TZID=America/Los_Angeles:20230320T170000
DTSTAMP:20260425T012852
CREATED:20230320T235547Z
LAST-MODIFIED:20230320T235547Z
UID:18582-1679328000-1679331600@www.ayclogic.com
SUMMARY:4 PM - Scratch Level 1 - Alex Lee
DESCRIPTION:Today We Did:\n\nWe finished up the Spiralizer project and reviewed on the creating the clones.\nStarted the Virtual Snow project\nReviewed on how to delete clones when they each the bottom of the screen\n\nFor Homework:\n\nGo to extensions in the project\, and get the pen extension.\nNow inside of where you delete the clone\, grab the stamp block and put it there.\nAlso\, I want you guys to put an if then statement where the condition should be if it is touching the color white.\nInside the if then\, put a stamp and then delete this clone.
URL:https://www.ayclogic.com/event/4-pm-scratch-level-1-alex-lee-4/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230317T170000
DTEND;TZID=America/Los_Angeles:20230317T180000
DTSTAMP:20260425T012852
CREATED:20230318T005406Z
LAST-MODIFIED:20230318T005406Z
UID:18527-1679072400-1679076000@www.ayclogic.com
SUMMARY:5 PM Intro To Java - Alex Lee
DESCRIPTION:Today We Did:\n\nWent over the homework for shortening the Magic8Ball and also going over how to create the method for converting from Fahrenheit to Celsius.\nIn class\, we went over an example of how to create a class using methods such as the run method and getUserAge method.\n\nFor Homework:\n\nWe are going to be converting the Magic8Ball class one more time to be used with multiple methods.\nThe main method should only have two lines of code in it\, the creation of the main class and using the run method.\nThere should be three methods in your code besides the main class and they are run()\, provideResponse()\, and getInputFromUser().
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-alex-lee-4/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230310T170000
DTEND;TZID=America/Los_Angeles:20230310T180000
DTSTAMP:20260425T012852
CREATED:20230311T015538Z
LAST-MODIFIED:20230311T015538Z
UID:18419-1678467600-1678471200@www.ayclogic.com
SUMMARY:5 PM - Intro To Java - Alex Lee
DESCRIPTION:Today We Did:\n\nWe went over the Magic8Ball homework\nAlso\, learned about methods and how object-oriented programming works.\n\nFor Homework:\n\nConvert your Magic8Ball homework into a much shorter version of it:\n\nPut all of the different answer options into one list.\nThen by using a random number index\, choose one of the options and print it out.\nThe program should still ask “Enter yes or no question” and when the user inputs quit\, the program should end.\n\n\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 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.\nAsk the user: “What temperature would you like to convert: ” and put the user’s input into the method.\nPrint out “The temperature was converted from Fahrenheit: ‘fahrenheitNumber’ into Celsius: ‘celsiusNumber’
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-alex-lee-3/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230309T190000
DTEND;TZID=America/Los_Angeles:20230309T200000
DTSTAMP:20260425T012852
CREATED:20230315T035906Z
LAST-MODIFIED:20230315T035906Z
UID:18493-1678388400-1678392000@www.ayclogic.com
SUMMARY:7 PM Intro To Java - Alex Lee
DESCRIPTION:Today We Did:\n\nStarted with the Monster Inheritance project\n\nFor Homework:\n\nMake a new method called printMonsterMenu and it should contain all the code that is used to print out the menu for the monster.\nAlso find a way to shorten the code so that you are able to reuse a method that we have created in the past. Hint: it has to do with listing out all the monsters
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-alex-lee-3/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230303T170000
DTEND;TZID=America/Los_Angeles:20230303T180000
DTSTAMP:20260425T012852
CREATED:20230308T211853Z
LAST-MODIFIED:20230308T211853Z
UID:18400-1677862800-1677866400@www.ayclogic.com
SUMMARY:5 PM - Intro To Java - Alex Lee
DESCRIPTION:Homework\n\nCreate a new project called Mar3Magic8Ball.java\, and use a combination of Random module\, while loop\, if else statements to create Magic8Ball game.\nLook at below Python codes for your reference\n\n\n\n\nimport random\n\nwhile True: \n    user_question = input("\nEnter your question? ")\n    if user_question.lower() == "quit" or user_question.lower() == "exit": \n        print("Bye bye")\n        break\n    random_num = random.randint(1\, 8)\n    if random_num == 1:\n        print("It is certain") \n    elif random_num == 2:\n        print("Most likely.") \n    elif random_num == 3:\n        print("Signs point to yes.") \n    elif random_num == 4:\n        print("I don’t think so.") \n    elif random_num == 5:\n        print("Ask again later.") \n    elif random_num == 6:\n        print("Concentrate and ask again.") \n    elif random_num == 7:\n        print("Outlook not so good.") \n    elif random_num == 8:\n        print("My reply is no")
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-alex-lee-2/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230227T160000
DTEND;TZID=America/Los_Angeles:20230227T170000
DTSTAMP:20260425T012852
CREATED:20230228T060536Z
LAST-MODIFIED:20230228T060536Z
UID:18272-1677513600-1677517200@www.ayclogic.com
SUMMARY:4 PM Scratch Level 1 - Alex
DESCRIPTION:Today We Did:\n\nWe finished up the Window Cleaner project.\nStarted the Punch The Dummy project\nAdded in most of the components\n\nFor Homework:\n\nContinue with the Punch The Dummy project\nGo to project resources and grab the red punching glove.\nThen upload it to your project and make it follow your cursor\, and when it punches the eye the face and eye should move
URL:https://www.ayclogic.com/event/4-pm-scratch-level-1-alex-3/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230224T170000
DTEND;TZID=America/Los_Angeles:20230224T180000
DTSTAMP:20260425T012852
CREATED:20230225T021103Z
LAST-MODIFIED:20230225T021103Z
UID:18225-1677258000-1677261600@www.ayclogic.com
SUMMARY:5 PM Intro To Java - Alex Lee
DESCRIPTION:Today We Did:\n\nCovered the List and For Loop homework for the first two questions.\nReviewed about for loops and how to loop through a list using them with either index or for each.\nWent over how to create a while loop.\n\nFor Homework:\n\nFirst is to create a new class called GameInventory.java and follow the steps on question number 3: https://www.ayclogic.com/java-list-forloop/\nNext is to create another new file called Feb24_WhileLoopHW.java and follow the link here: https://www.ayclogic.com/java-exercise-while-loop/
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-alex-lee/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230217T170000
DTEND;TZID=America/Los_Angeles:20230217T180000
DTSTAMP:20260425T012852
CREATED:20230218T015302Z
LAST-MODIFIED:20230218T015302Z
UID:18126-1676653200-1676656800@www.ayclogic.com
SUMMARY:5 PM - Intro To Java - Alex
DESCRIPTION:Today We Did:\n\nReviewed the homework “ForLoopIfElseHW”\nStarted to learn about lists\, and how to add\, get\, and remove things from them.\nAlso\, learned about how to loop through a list and get each of their elements.\n\nFor Homework:\n\nGo to this link for your homework: https://www.ayclogic.com/java-list-forloop/\nYou only have to do the first two problems for today\, make sure to submit them in the folder.
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-alex/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230126T080000
DTEND;TZID=America/Los_Angeles:20230126T170000
DTSTAMP:20260425T012852
CREATED:20230127T040209Z
LAST-MODIFIED:20230127T040209Z
UID:17829-1674720000-1674752400@www.ayclogic.com
SUMMARY:7PM - Intro To Java - Alex Lee
DESCRIPTION:Today We Did:\n\nContinued with the Email Application project and got through how to fix the email message issue of only being able to send one email.\nIt still needs a bit more work before it runs well.\n\nFor Homework:\n\nI want you guys to look at the creation of the email messages\, and test out by running the code and sending multiple messages to one email.\nYou guys will notice an error\, and I want you guys to tell me what you think is the problem with the code and how we can possibly fix it. Next class\, I will try out your guys’ ideas.\nAlso\, talk to your parents so that they can chat with Gamas about changing the class time to another day of the week. (Possibly 12 pm Sunday)
URL:https://www.ayclogic.com/event/7pm-intro-to-java-alex-lee/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230118T193000
DTEND;TZID=America/Los_Angeles:20230118T213000
DTSTAMP:20260425T012852
CREATED:20230119T222729Z
LAST-MODIFIED:20230119T222729Z
UID:17731-1674070200-1674077400@www.ayclogic.com
SUMMARY:7:30 WED Intro To Java - Alex
DESCRIPTION:Today We Did:\n\nWe took our test today for two hours and everyone was able to finish in time.\nI will put out the grades before next week Wednesday so be on the look out for them!
URL:https://www.ayclogic.com/event/730-wed-intro-to-java-alex/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230114T130000
DTEND;TZID=America/Los_Angeles:20230114T140000
DTSTAMP:20260425T012852
CREATED:20230119T223318Z
LAST-MODIFIED:20230119T223318Z
UID:17738-1673701200-1673704800@www.ayclogic.com
SUMMARY:1 PM Intro to Java - Alex
DESCRIPTION:Today We Did:\n\nWe took our test today for two hours\, you guys will receive your test scores before next week Saturday.
URL:https://www.ayclogic.com/event/1-pm-intro-to-java-alex-15/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230112T190000
DTEND;TZID=America/Los_Angeles:20230112T200000
DTSTAMP:20260425T012852
CREATED:20230119T223226Z
LAST-MODIFIED:20230119T223226Z
UID:17736-1673550000-1673553600@www.ayclogic.com
SUMMARY:7 PM - Intro To Java - Alex
DESCRIPTION:Today We Did:\n\nWe began the EmailApplication project and were able to start the lists\, and input the email accounts.\nWe also went back to doing the SchoolSystemUsingMaps in order to get more used to them for homework.\n\nFor Homework:\n\nGo back to the School System project that we did a few weeks ago and create a new file in that project.\nThis time instead of using lists to do your code\, I want you guys to use Hash Map in order to see how easy it is in comparison to using lists\, for example\, to find the information that you need.\nI don’t expect you to finish everything and we will be going over it during the next class.
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-alex-15/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230111T193000
DTEND;TZID=America/Los_Angeles:20230111T203000
DTSTAMP:20260425T012852
CREATED:20230113T022246Z
LAST-MODIFIED:20230113T022246Z
UID:17589-1673465400-1673469000@www.ayclogic.com
SUMMARY:7:30 Intro To Java - Alex
DESCRIPTION:Today We Did:\n\nWe finished up the review fo the Driver System\, next week will be the test on 1/18.
URL:https://www.ayclogic.com/event/730-intro-to-java-alex-2/
CATEGORIES:Introduction To Java,Java
END:VEVENT
END:VCALENDAR