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:20240327T190000
DTEND;TZID=America/Los_Angeles:20240327T200000
DTSTAMP:20260426T120801
CREATED:20240328T030338Z
LAST-MODIFIED:20240328T030345Z
UID:24552-1711566000-1711569600@www.ayclogic.com
SUMMARY:7 PM – Python OOP – Sebastian
DESCRIPTION:Today We Did \n\nFull review of object oriented programming and inheritance\nFull explanation of homework assignment.\nAYC Logic’s observed holidays: https://www.ayclogic.com/observed-holidays/\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nHomework: Complete the project described in the link below\, as explained in class: https://forms.gle/zHY5VnDP4pzFzxr9A
URL:https://www.ayclogic.com/event/7-pm-python-oop-sebastian-12/
CATEGORIES:OOP Python
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240327T190000
DTEND;TZID=America/Los_Angeles:20240327T200000
DTSTAMP:20260426T120801
CREATED:20240328T031556Z
LAST-MODIFIED:20240328T031556Z
UID:24555-1711566000-1711569600@www.ayclogic.com
SUMMARY:7 PM - Intro To Java - Roland
DESCRIPTION:Today We Did\n\nLearned about &&\, ||\, !=\, and !\n\n&& = And\n|| = Or\n!= –> not equals (primitives)\n! –> negate\n\n\n.equals() and .equalsIgnoreCase()\nLists in Java\n\nList<String> names = new ArrayList<>();\nAdding to a list: names.add(“name”);\nGetting from a list: names.get(0);\nModifying a list: names.set(0\, “new_name”);\nInserting into a list: names.add(1\, “second_name”);\nSize of list: names.size();\nLooping through a list: for (String n: names) {…}\n\n\n\nHomework\n\nCreate a new Java file March27_AndOrListHW.java\nComplete the following exercises:\n\nWrite a new Java program that will ask the user for the grade they got on their exam (which is an integer)\n\nIf the number is between 60 to 70\, print “Your grade is D”. You have to use AND (&&).\nIf the number is between 70 to 80\, print “Your grade is C”. You have to use AND (&&).\nIf the number is between 80 to 90\, print “Your grade is B”. You have to use AND (&&).\nIf the number is between 90 to 99\, print “Your grade is A”. You have to use AND (&&)\nIf the number is equal to 100\, print “Your grade is A+\, good job”.\n\n\nWrite a new Java program that will create a List of String and add all of these colors: red\, green\, blue\, purple\, yellow\, orange. ([“red”\, “green”\, “blue”\, “purple”\, “yellow”\, “orange”])\nUse for loop to go through each color inside the above list and print all colors to the shell.\n\nIf the color is “blue”\, print “blue is my favorite color”. If the color is “yellow”\, print “I don’t like yellow color.\nFor everything else\, just print the color name.\nThe result should be like below\n\nred\ngreen\nBlue is my favorite color\npurple\nI don't like yellow\norange\n\n\n\n\n\nUpload your answer to google drive before next week Tuesday night.\n\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 (March27_AndOrList.java): https://drive.google.com/drive/folders/10JdSDu9bC5k_Jewi3BxazkkuBNrrVpqA?usp=sharing
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-roland-3/
END:VEVENT
END:VCALENDAR