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:20210710T100000
DTEND;TZID=America/Los_Angeles:20210710T110000
DTSTAMP:20260429T005524
CREATED:20210710T175921Z
LAST-MODIFIED:20210717T165323Z
UID:8461-1625911200-1625914800@www.ayclogic.com
SUMMARY:10 AM - Intro To Java
DESCRIPTION:Today We Do\n\nWe learn more about methods in Java: with and without return value.\nWe learn about static and non-static methods.\n\nHomework\n\nCopy the codes of main() from May22_IFELSEScanner.java into July10_TellMeYourAgeUsing.java . Just copy up to the end of the if else statement (“You are a senior”) . Run it and make sure it is running properly.\nCreate applicationLoop() method.\nCopy all the code from main() into run() method.\nAnd call the run() from main() and make sure everything is still working. Look at how we did it in the July10_Magic8Ball_Methods_V3.java.\nCreate a new method\, getUserAge(). This method will return an Integer age.\nYou will move the code that is responsible of asking user’s age from shell from applicationLoop() into getUserAge(). After this call getUserAge() from applicationLoop(). This is very similar in July10_Magic8Ball_Methods_V3.java where we call getUserQuestion() from applicationLoop()
URL:https://www.ayclogic.com/event/10-am-intro-to-java-7/
CATEGORIES:Introduction To Java,Java
END:VEVENT
END:VCALENDAR