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:20200308T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20201101T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20201010T150000
DTEND;TZID=America/Los_Angeles:20201010T160000
DTSTAMP:20260429T135207
CREATED:20201014T035202Z
LAST-MODIFIED:20201014T035202Z
UID:4840-1602342000-1602345600@www.ayclogic.com
SUMMARY:3 PM - Intro To Java
DESCRIPTION:We continued with JavaFX Vehicle System\n\nWe started adding edit button\nWe added style.css to have the background image.\n\n\nHomework:\n\nAdd the following icon image for the edit button. \nWhen done properly\, you should see something like this
URL:https://www.ayclogic.com/event/3-pm-intro-to-java-24/
CATEGORIES:Introduction To Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20201017T150000
DTEND;TZID=America/Los_Angeles:20201017T160000
DTSTAMP:20260429T135207
CREATED:20201017T235916Z
LAST-MODIFIED:20201017T235916Z
UID:4888-1602946800-1602950400@www.ayclogic.com
SUMMARY:3 PM - Intro to Java
DESCRIPTION:We went over how to edit Vehicle by using the same popup dialog for insert new vehicle.\nHomework:\n\nWhen user did not select a row and click edit button. Show an alert popup that say “You did not select any vehicle for edit.”\nIf you have not done so\, when user click edit and user selected a row\, make sure all the text fields in the popup are populated with the selected vehicle data: maker\, model\, mpg\, num of seat and fuel capacity.
URL:https://www.ayclogic.com/event/3-pm-intro-to-java-25/
CATEGORIES:Introduction To Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20201024T150000
DTEND;TZID=America/Los_Angeles:20201024T160000
DTSTAMP:20260429T135207
CREATED:20201025T014910Z
LAST-MODIFIED:20201025T014910Z
UID:4979-1603551600-1603555200@www.ayclogic.com
SUMMARY:3 PM - Intro To Java
DESCRIPTION:We finished Vehicle System Java FX\nHomework:\nCurrently when searching maker\, model\, it is case sensitive. Make it case insensitive. For example if I entered HONDA\, it should find Honda car.
URL:https://www.ayclogic.com/event/3-pm-intro-to-java-26/
CATEGORIES:Introduction To Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20201031T150000
DTEND;TZID=America/Los_Angeles:20201031T160000
DTSTAMP:20260429T135207
CREATED:20201107T065933Z
LAST-MODIFIED:20201107T071705Z
UID:5069-1604156400-1604160000@www.ayclogic.com
SUMMARY:3 PM - Intro to Java
DESCRIPTION:Homework:\n\nLast week in the class\, we did tell me your age program. Change the program so it will continuously ask user about his/her age until the user enter “quit” or “exit”\nCreate “Magic 8 Ball” game according to the following instructions\n\nFor you to be able to create above game\, you need to know how to select a random number in Java. Below is the example of code how to do it\nCreate a new Java file GenerateRandom.java in your IntelliJ\nCopy and paste below code and run below code couple of times and you will see that it will print a different number between 0 to 24 every time you run.\n \n\nimport java.util.Random;\npublic class GenerateRandom {\n    public static void main( String args[] ) {\n      Random rand = new Random(); \n      int upperBound = 25;\n      //generate random values from 0-24\n      int int_random = rand.nextInt(upperBound); \n      System.out.println("My random number is "+int_random);\n    }\n}\n\n\nIf you want to generate random number between 0 to 8\, you need to change below from\nint upperBound = 25;\n into  \nint upperBound = 9;\n\nThe remaining instructions on how to create the Magic 8 Ball game can be found by clicking here
URL:https://www.ayclogic.com/event/3-pm-intro-to-java-27/
CATEGORIES:Introduction To Java
END:VEVENT
END:VCALENDAR