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:20210525T180000
DTEND;TZID=America/Los_Angeles:20210525T190000
DTSTAMP:20260429T053740
CREATED:20210526T033848Z
LAST-MODIFIED:20210526T033848Z
UID:7848-1621965600-1621969200@www.ayclogic.com
SUMMARY:6 PM - Intro To Java
DESCRIPTION:We learned about methods in Java by converting Magic8Ball game into using methods:\n\nMethod without return value\nMethod with return value.\n\n\nWe started May25_TellMeYourAgeMethodsHomework.java\nHomework:\n\nInside May25_TellMeYourAgeMethodsHomework.java do the following\n\nCreate run method similar to what we did in May25_Magic8BallUsingMethod.java\nAdd a forever loop (while true) loop so this program will run forever until user enter “quit”.\nCreate a method getUserAge() and move logic from run() that ask user for their age. This method needs to return a String which is the age that the user enters.\nCall getUserAge() method from the run() method and whatever the return value\, check if it is equals to “quit” break from the loop.
URL:https://www.ayclogic.com/event/6-pm-intro-to-java-7/
CATEGORIES:Introduction To Java,Java
END:VEVENT
END:VCALENDAR