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:20240310T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20241103T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240403T190000
DTEND;TZID=America/Los_Angeles:20240403T200000
DTSTAMP:20260426T101515
CREATED:20240404T031106Z
LAST-MODIFIED:20240404T031106Z
UID:24607-1712170800-1712174400@www.ayclogic.com
SUMMARY:7 PM - Intro to Java - Roland
DESCRIPTION:Today We Did\n\n\n\nFor loops\n\nLooping through lists\n\nfor (datatype var_name : list_name) { }\nfor (int i = 0; i < list.size(); i++) { }\nfor (int i = list.size() – 1; i >= 0; i–) { }\n\n\nUsing numbers\n\nIncrementing forwards\nIncrementing with different values besides 0\nDecrementing/Reverse\n\n\n\n\nWhile loops\n\nUsing numbers\nInfinite loops asking user for input\n\nChecking input directly\nTrue/break\nBoolean flag\n\n\n\n\nNumber 3 GameInventory problem from homework\n\nhttps://www.ayclogic.com/java-list-forloop/\nRefer to GameInventory.java in Notes below for final solution\n\n\n\n\n\nHomework\n\nCreate a new Java file April3_LoopHW.java and complete the problems in (https://www.ayclogic.com/java-exercise-while-loop/) (listed below)\n\nCreate a forever loop that will keep asking a user the following question:\n\nWhat grade did you get on your Java test?\nIf the user answers with a grade that is bigger or equal to 90 then\n\nprint “Good job\, you can take a good rest and play your video games all day long”.\nstop the loop.\n\n\nIf the user answers with a grade that is between 80 to 90 then\n\nprint “Not bad\, but I am sure you can do better. Why don’t you study a little bit more and retake the test.”\n\n\nIf the user answers with a grade that is between 70 to 80 then\n\nprint “I think you need to study a lot harder and retake the test.”\n\n\nIf the user answers with a grade that is lower than 70 then\n\nprint “All right you are grounded\, no video games for 1 year and no computer”.\nstop the loop.\n\n\n\n\nIn the above exercise\, you should only stop the loop when the user get above 90 or below 70.\n\n\nUpload your answer to google drive before next week Tuesday night.\n\nIf you have any questions feel free to email me rolandyang@ayclogic.com \nFeel free to reference the code in the notes if you are lost (April3_Loops.java): https://drive.google.com/drive/folders/10JdSDu9bC5k_Jewi3BxazkkuBNrrVpqA?usp=sharing
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-roland-4/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240403T190000
DTEND;TZID=America/Los_Angeles:20240403T200000
DTSTAMP:20260426T101515
CREATED:20240404T040753Z
LAST-MODIFIED:20240404T040827Z
UID:24614-1712170800-1712174400@www.ayclogic.com
SUMMARY:7 PM - Python OOP - Darin
DESCRIPTION:FINAL EXAM IS NEXT WEEK!\nSo you have to study the past projects and finish up the final exam review.\nToday We Did \n\nWent over the final exam review\, going over similar topics such as inheritance\, different class usage\, and analyzing/pinpointing what needs to be done to complete a problem given a question.\n\nHomework\n\nHomework: Complete the remainder for the project described in the link below\, as explained in class: https://forms.gle/zHY5VnDP4pzFzxr9A\nFor the NewYorkCityDriver class\, you need to correct your code to this for the __init__ method:\ndef __init__(self\, name\, speed):\n    super().__init__(name\, speed\, type="New York Taxi Driver")\nIt is redundant to have to set self.type = type because the super() immediately do that.\nYou need to make sure the output of your code matches the output expected in the question\, so in the add_driver() method\, you need to add one more print statement.\nCreate selection 2 and selection 3 and that will be it.\nYour final goal is to make sure that your output can match the given sample output\, and that is how you maximize your score.\n\n  \nNOTES:\nIn case you need anything\, feel free to email me at ddjapri@ayclogic.com
URL:https://www.ayclogic.com/event/7-pm-python-oop-darin/
CATEGORIES:OOP Python,Python Class
END:VEVENT
END:VCALENDAR