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:20210314T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20211107T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20211202T160000
DTEND;TZID=America/Los_Angeles:20211202T170000
DTSTAMP:20260424T102531
CREATED:20211210T084052Z
LAST-MODIFIED:20211210T084052Z
UID:10685-1638460800-1638464400@www.ayclogic.com
SUMMARY:4PM - Object Oriented Python
DESCRIPTION:Today We Did:\n\nContinued Application Loop\nCreated Add Driver\n\nHomework:\n\nMake a function that loops through all the Drivers and prints their information\n\nIf you have any questions\, please send an email to latisha@ayclogic.com
URL:https://www.ayclogic.com/event/4pm-object-oriented-python-10/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20211202T170000
DTEND;TZID=America/Los_Angeles:20211202T180000
DTSTAMP:20260424T102531
CREATED:20211203T054322Z
LAST-MODIFIED:20211203T054648Z
UID:10599-1638464400-1638468000@www.ayclogic.com
SUMMARY:5 PM - Scratch Level 1 - Allison
DESCRIPTION:Today we:\n\nContinued the Mary Had a Little Lamb Project\nAdded the Conductor sprite\nCoded the Conductor sprite to play the “Mary Had a Little Lamb” song\n\nHomework Pt. 1\n\nFinish coding the Conductor sprite to play the entire song if you haven’t already\nDraw three costumes for the Conductor sprite. If you’d like\, you can see the example below. You do not have to copy the costumes exactly; feel free to create your own costumes\nCode the Conductor sprite to forever switch costumes. Make sure the Conductor sprite always uses the first costume when the Green Flag is clicked\n\nHomework Pt. 2\n\nNo Homework Pt. 2 this week\nContact us if you have any questions or need any help\n\n 
URL:https://www.ayclogic.com/event/5-pm-scratch-level-1-allison-24/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20211202T170000
DTEND;TZID=America/Los_Angeles:20211202T180000
DTSTAMP:20260424T102531
CREATED:20211204T230341Z
LAST-MODIFIED:20211204T230341Z
UID:10624-1638464400-1638468000@www.ayclogic.com
SUMMARY:5 PM Scratch Level 2 Alexander Lee
DESCRIPTION:Today We Did:\n\nContinued with the Christmas Card project.\nAdded in the bells\, along with snow\, and the gift box.\n\nFor Homework:\n\nAdd in two banners\, one that says “From: Your Name” and the other saying “Merry Christmas”.\nMake the banner come from the top left and top right of the screen\, going to the bottom left and bottom right of the screen.
URL:https://www.ayclogic.com/event/5-pm-scratch-level-2-alexander-lee-3/
CATEGORIES:Scratch Class Level 2
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20211202T180000
DTEND;TZID=America/Los_Angeles:20211202T190000
DTSTAMP:20260424T102531
CREATED:20211203T025527Z
LAST-MODIFIED:20211218T195735Z
UID:10594-1638468000-1638471600@www.ayclogic.com
SUMMARY:6 PM - Intro To Java
DESCRIPTION:Homework\n\nCreate a java file Dec2MethodHomework.java\nInside this file\, create a method\n\nfavoriteSport(String sport)\nif the name parameter is “Volleyball” (non-casesensitive) print to the shell “Volleyball is a my favorite sport “.\notherwise print to the shell “<sport> is not my favorite sport”\n\n\nCreate another method\, this time method with return value:\n\nconvertFromFahrenheitToCelcius(int fahrenheit)\nit has one parameter: fahrenheit\nthe formula to convert from fahrenheit to celcius is\n\n\nCelcius = (F - 32) * 5/9\n\n\n\nSo what you have to do is subtract 32 from the parameter fahrenheit and then multiple with 5 and divide by 9.\nreturn the calculation.\nThe method needs to return a double data type.\n\n\nCall each of the methods from public static void main(String[] args) method
URL:https://www.ayclogic.com/event/6-pm-intro-to-java-38/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20211202T190000
DTEND;TZID=America/Los_Angeles:20211202T200000
DTSTAMP:20260424T102531
CREATED:20211203T040605Z
LAST-MODIFIED:20211203T040605Z
UID:10597-1638471600-1638475200@www.ayclogic.com
SUMMARY:7 PM - Intro To Java
DESCRIPTION:Homework\n\nCreate a Java file Dec2OOPHomework.java\nCopy the 2 methods from last week’s homework.\nCreate method “run” which will display below menu continuously and depending on what the user choose\, will either call “favoriteSport” or “convertFromFahrenheighToCelcius”.\n\nSelect below:\n1. Enter your sport\n2. Convert Fahrenheit to Celcius\n3. Exit\nEnter your selection (1\,2 or 3): 1\n\nEnter a sport name: Basketball\nBasketball is not my favorite sport.\n\nSelect below:\n1. Enter your sport\n2. Convert Fahrenheit to Celcius\n3. Exit\nEnter your selection (1\,2 or 3): 2\n\nEnter a temperature in Fahrenheit: 100\n100 Fahrenheit is 37.77 Celcius.\n\nSelect below:\n1. Enter your sport\n2. Convert Fahrenheit to Celcius\n3. Exit\nEnter your selection (1\,2 or 3): 3\nBye bye
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-4/
CATEGORIES:Introduction To Java,Java
END:VEVENT
END:VCALENDAR