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:20220313T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20221106T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221105T090000
DTEND;TZID=America/Los_Angeles:20221105T100000
DTSTAMP:20260425T160810
CREATED:20221105T171204Z
LAST-MODIFIED:20221105T171204Z
UID:16222-1667638800-1667642400@www.ayclogic.com
SUMMARY:9 AM - Intro To Java - Gamas
DESCRIPTION:Homework\n\nFinish Driver System\n\nAdd codes to handle the 2nd rush hour from 16 to 19.\nAlso in NewYorkTaxiDriver\, override the getTripTime so it will not double the trip time during rush hour.
URL:https://www.ayclogic.com/event/9-am-intro-to-java-gamas-22/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221105T130000
DTEND;TZID=America/Los_Angeles:20221105T140000
DTSTAMP:20260425T160810
CREATED:20221105T211125Z
LAST-MODIFIED:20221105T211203Z
UID:16234-1667653200-1667656800@www.ayclogic.com
SUMMARY:1 PM - Intro To Java - Gamas
DESCRIPTION:Today We Did\n\nWe downloaded and installed Android Studio software.\nWe started Temperature Converter android application.\n\nWe added the Fahrenheit header (id: sourceTempHeader)\nWe added the a text field under Fahrenheit header (id: sourceTempTextField)\n\n\n\nHomework\nIn your Temperature Converter android application add the following \n\nOne Celcius header. It has to be TextView ui component and id has to be “conversionTempHeader“. Constraint top is 32 and right is 32.\nOne text field under the celcius header. It has to be Number Decimal ui component and id has to be “conversionTempTextField“. Constraint top is 32 and right is 32.\nMake the text field under Fahrenheit header to have smaller width. Adjust layout width attribute.\nOverall you want to make the 4 ui components similar to below.
URL:https://www.ayclogic.com/event/1-pm-intro-to-java-gamas/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221105T160000
DTEND;TZID=America/Los_Angeles:20221105T170000
DTSTAMP:20260425T160810
CREATED:20221105T235543Z
LAST-MODIFIED:20221105T235543Z
UID:16245-1667664000-1667667600@www.ayclogic.com
SUMMARY:4 PM - Intro To Java - Gamas
DESCRIPTION:Homework\n\nIn Nov5Magic8Ball.java\, use combination of Random module\, while loop\, if else statements to create Magic 8 Ball game.\nLook at below Python codes for your reference\n\nimport random\n\nwhile True:\nuser_question = input("\nEnter your question? ")\nif user_question.lower() == "quit" or user_question.lower() == "exit":\nprint("Bye bye")\nbreak\nrandom_num = random.randint(1\,8)\n\nif random_num == 1:\nprint("It is certain")\nelif random_num == 2:\nprint("Most likely.")\nelif random_num == 3:\nprint("Signs point to yes.")\nelif random_num == 4:\nprint("I don’t think so.")\nelif random_num == 5:\nprint("Ask again later.")\nelif random_num == 6:\nprint("Concentrate and ask again.")\nelif random_num == 7:\nprint("Outlook not so good.")\nelif random_num == 8:\nprint("My reply is no")
URL:https://www.ayclogic.com/event/4-pm-intro-to-java-gamas/
CATEGORIES:Introduction To Java,Java
END:VEVENT
END:VCALENDAR