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:20210314T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20211107T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210527T180000
DTEND;TZID=America/Los_Angeles:20210527T190000
DTSTAMP:20260429T041125
CREATED:20210528T032731Z
LAST-MODIFIED:20210528T032731Z
UID:7868-1622138400-1622142000@www.ayclogic.com
SUMMARY:6 PM - Intro To Java
DESCRIPTION:We reviewed Tell Me Your Age Homework using methods.\nWe reviewed how to use methods (functions) in Java.\nHomework:\n\nCreate a java file May27_MethodHomework.java\nInside this file\, create a method\n\nsaySomethingCool()\nit has one parameter: String name\nif the name parameter is “Gamas” print to the shell “Gamas works at AYCLOGIC”.\notherwise print to the shell “<name> is unknown” where <name> is the name parameter.\n\n\nCreate another method\, this time method with return value:\n\nconvertFromFahrenheighToCelcius()\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.
URL:https://www.ayclogic.com/event/6-pm-intro-to-java-8/
CATEGORIES:Introduction To Java,Java
END:VEVENT
END:VCALENDAR