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:20240310T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20241103T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240417T190000
DTEND;TZID=America/Los_Angeles:20240417T200000
DTSTAMP:20260422T001106
CREATED:20240418T031136Z
LAST-MODIFIED:20240418T031136Z
UID:24801-1713380400-1713384000@www.ayclogic.com
SUMMARY:7 PM - Intro To Java - Gamas
DESCRIPTION:Gamas Sub \nToday We Did\n\nWe reviewed Magic 8 Ball homework and created 2nd version of Magic 8 Ball.\nWe introduced the concept of methods in Java.\n\nHomework\n\nCreate April17MethodHomework.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 addNumbers method.\nCreate another new method convertFromCelciusToFahrenheit. It has one parameter int celcius. Inside the method\, it will convert celcius parameter into fahrenheit by using this formula (C × 9/5) + 32 = F . You have to return the result. This is very similar to what we did in the class with addNumbers method.
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-gamas-24/
CATEGORIES:Introduction To Java,Java
END:VEVENT
END:VCALENDAR