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:20220313T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20221106T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221203T130000
DTEND;TZID=America/Los_Angeles:20221203T140000
DTSTAMP:20260425T144235
CREATED:20221209T042116Z
LAST-MODIFIED:20221209T042259Z
UID:16969-1670072400-1670076000@www.ayclogic.com
SUMMARY:1 PM - Intro To Java - Alex
DESCRIPTION:For Homework:\n\nWe have now added the code that will change the header based on which option you clicked inside of the spinner. For example\, if you clicked on Celsius to Fahrenheit\, the headers also change to Celsius and Fahrenheit.\nNow with the code\, right now it will only output the change from Fahrenheit to Celsius since that is the only formula we have.\nWe want to have the formula change based on what the conversionType is (which can be found in setConversionType method)\, and the formulas can be found online if you need them.
URL:https://www.ayclogic.com/event/1-pm-intro-to-java-alex-12/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221203T150000
DTEND;TZID=America/Los_Angeles:20221203T170000
DTSTAMP:20260425T144235
CREATED:20221204T005216Z
LAST-MODIFIED:20221204T005216Z
UID:16874-1670079600-1670086800@www.ayclogic.com
SUMMARY:3 PM - Devan Catchup - Alex
DESCRIPTION:For Homework:\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 the 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. Then print it out in the main class.\nAlong with that create another method that asks for your favorite song\, and if the song is “Shape of You” then say that it is your favorite song\, otherwise say that the song is alright.
URL:https://www.ayclogic.com/event/3-pm-devan-catchup-alex/
CATEGORIES:Introduction To Java,Java
END:VEVENT
END:VCALENDAR