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:20241030T180000
DTEND;TZID=America/Los_Angeles:20241030T190000
DTSTAMP:20260421T115959
CREATED:20241031T021553Z
LAST-MODIFIED:20241031T021553Z
UID:27248-1730311200-1730314800@www.ayclogic.com
SUMMARY:6 PM – Intro To Java – Darin
DESCRIPTION:Today We Did:\n\nReviewed how to use the random module as well as reviewed homework.\nFully implemented the mini text based adventure game as well as the magic8ball program.\n\nHomework:\n\nContinue in your file called Oct30_MethodsHW.java and follow the instructions below:\n\n/*\n    Create a new Java class <date>_MethodsHomework.java\n\n1.\nCreate a new method convertFromFahrenheitToCelcius. It has one parameter int fahrenheit.\nInside the method\, it will convert Fahrenheit parameter into celcius by using this formula (F − 32) × 5/9 = C .\nYou have to return the result.\nThis is very similar to what we did in the class with addFourNumbers method.\n\n2.\nrecreate the same method as above with the same name^ BUT with 2 parameters\, int fahrenheit1 and int fahrenheit2.\nConvert both of these and add them together\,\nthen print it out. You don't need to return in this second method.\n*/\n\nNotes:\nIf you have any questions\, feel free to email me at ddjapri@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-intro-to-java-darin/
CATEGORIES:Introduction To Java,Java
END:VEVENT
END:VCALENDAR