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:20220723T130000
DTEND;TZID=America/Los_Angeles:20220723T140000
DTSTAMP:20260425T171619
CREATED:20220723T205641Z
LAST-MODIFIED:20220723T205641Z
UID:14044-1658581200-1658584800@www.ayclogic.com
SUMMARY:1 PM Intro To Java - Alex
DESCRIPTION:Today We Did:\n\nWe started with the Email Application project.\nWe were able to create the menu and print it out.\nAlso\, we were able to create the Email account and exit out of the forever loop.\n\nFor Homework:\n\nCreate a new method for listing out all of the emails that are in the system.\nAlso\, create three email accounts so that they are already in your emailAccountMap when you run the code.\nRefer to your SchoolSystem to see how we created the students and stored them in the student map before actually running the code.\nThis is the expected output for when you are running the list all for the system:\n\n    Please select one of the item below:\n    1. Create new email account\n    2. Login\n    3. List all email accounts.\n    4. Exit\n    Please make your selection (1-4):3\n\n    There are total of 3 email accounts in the system\n    1. Benjamin - ben@ayclogic.com\n    2. Gamas - gamas@ayclogic.com\n    3. Aidan - aidan@ayclogic.com\n\n    Please select one of the item below:\n    1. Create new email account\n    2. Login\n    3. List all email accounts.\n    4. Exit\n    Please make your selection (1-4):
URL:https://www.ayclogic.com/event/1-pm-intro-to-java-alex-8/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220723T090000
DTEND;TZID=America/Los_Angeles:20220723T100000
DTSTAMP:20260425T171619
CREATED:20220730T010334Z
LAST-MODIFIED:20220730T010438Z
UID:14124-1658566800-1658570400@www.ayclogic.com
SUMMARY:9 AM - Intro To Java - Gamas
DESCRIPTION:Today We Do\n\nWe continued with Monster Inheritance project.\nWe did Sword attack and Magic Fire attack.\nWe introduced Inheritance concept a little bit.\n\nHomework\n\nNo homework
URL:https://www.ayclogic.com/event/9-am-intro-to-java-gamas-13/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220720T190000
DTEND;TZID=America/Los_Angeles:20220720T200000
DTSTAMP:20260425T171619
CREATED:20220721T030452Z
LAST-MODIFIED:20220721T030452Z
UID:14002-1658343600-1658347200@www.ayclogic.com
SUMMARY:7 PM Intro To Java - Alex
DESCRIPTION:Today We Did:\n\nWe finished up the School System for now but will return to it.\nWe started and finished going over how to create a HashMap and use it.\n\nFor Homework:\n\nCreate a new file that is called July27_RestaurantMap.java\nThere should be a menu that is printed every time and it should show what is below.\nMake sure to create the main method\, run method and have it printing the menu and a way to exit the while loop.\n\n1. Add restaurant\n2. List all restaurants\n3. Find a Restaurant\nEnter your selection (enter "exit" to quit):\n\nIn the file\, create a restaurantMap that’s key is a String and the value is a class called Restaurant that you also have to create.\nIn the Restaurant.java file\, make sure to create 4 variables (name\, phoneNumber\, year\, cuisine) for the Restaurant object\, the constructor for it\, and also all of the getters and setters.
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-alex-9/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220716T170000
DTEND;TZID=America/Los_Angeles:20220716T180000
DTSTAMP:20260425T171619
CREATED:20220717T011437Z
LAST-MODIFIED:20220717T011437Z
UID:13973-1657990800-1657994400@www.ayclogic.com
SUMMARY:
DESCRIPTION:Today We Do\n\nWe reviewed practice test. DriverSystem which uses inheritances.\nI uploaded the Driver System solution to the google drive.\n\nHomework\n\nNext week is final test from 5 PM to 7 PM.\nPlease study\n\nDriverSystem\nBank System from the quiz\nMonsterInheritance
URL:https://www.ayclogic.com/event/13973/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220716T130000
DTEND;TZID=America/Los_Angeles:20220716T140000
DTSTAMP:20260425T171619
CREATED:20220716T225732Z
LAST-MODIFIED:20220716T225732Z
UID:13968-1657976400-1657980000@www.ayclogic.com
SUMMARY:SAT 1 PM - Intro To Java - Alex
DESCRIPTION:Today We Did:\n\nFor today\, we went through how to fix compilation errors and runtime errors along with the differences between them.\nWe were able to complete it and also revisited the School code in order to review HashMap and other points.\n\nFor Homework:\n\nThere is no homework for this week since we finished fixing the errors and were not able to start the next section.
URL:https://www.ayclogic.com/event/sat-1-pm-intro-to-java-alex/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220716T090000
DTEND;TZID=America/Los_Angeles:20220716T100000
DTSTAMP:20260425T171619
CREATED:20220716T165824Z
LAST-MODIFIED:20220716T165824Z
UID:13958-1657962000-1657965600@www.ayclogic.com
SUMMARY:9 AM - Intro To Java - Gamas
DESCRIPTION:Homework:\n\nContinue on Monster Inheritance project. We want to add magic attack menu now like below\n\nPlease select from one of the following\n1. Add new monster\n2. List all monsters\n3. Play the game\nEnter your selection (enter "exit" to quit):3\n\nWhat is your name: Gamas\nHow much health you want: 100\n\nGamas has 100 health remaining.\nPlease select one of the following monsters:\n- troll - 50 health\n- dragon - 100 health\n- Water Golem - 30 health\nEnter your selection (Enter 'stop' to end the game): troll\n\nWhat do you want to do with the troll:\n1. Magic attack\n2. Melee attack\n3. Arrow attack (5 -10 damage)\n4. Heal\nEnter your selection:1\n\nWhat kind of magic attack you want to do to troll:\n1. Fire magic - 10 damage\n2. Water magic - 10 damage\n3. Earth magic - 12 damage\n4. Wind magic - 8 damage\nEnter your selection:1\nYou attacked TROLL with 10 attack. The TROLL has 40 health remaining.\nTROLL attacked Gamas and did 13 damage
URL:https://www.ayclogic.com/event/9-am-intro-to-java-gamas-12/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220713T190000
DTEND;TZID=America/Los_Angeles:20220713T200000
DTSTAMP:20260425T171619
CREATED:20220721T000134Z
LAST-MODIFIED:20220721T000134Z
UID:14000-1657738800-1657742400@www.ayclogic.com
SUMMARY:7 PM Intro To Java - Alex
DESCRIPTION:Today We Did:\n\nWe continued with the School System project\, adding in the find student and edit teacher.\nWe made it so that the find student would return a student for us so that we could use it multiple times.\n\nFor Homework:\n\nEdit the findTeacher code so that it is similar to the findStudent code in which it will return a teacher rather than just print out the information.\nAlso create the editTeacher using the findTeacher code so that it is shorter than it would normally be.
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-alex-8/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220709T170000
DTEND;TZID=America/Los_Angeles:20220709T180000
DTSTAMP:20260425T171619
CREATED:20220710T012430Z
LAST-MODIFIED:20220710T012430Z
UID:13881-1657386000-1657389600@www.ayclogic.com
SUMMARY:5 PM - Intro To Java - Gamas
DESCRIPTION:Today We Do\n\nWe finished Temperature Converter android application.\nWe learned how to deploy android application manually using APK file.\n\nHomework\n\nYou will soon have final test.\nPlease do this practice test. This is a big practice test and will probably take you about 2 hours to do this: https://docs.google.com/forms/d/1-9XuzlnuzbEp6QkzNYcqxG_TQsjYA4USsBET27kgguA
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-gamas-20/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220709T090000
DTEND;TZID=America/Los_Angeles:20220709T100000
DTSTAMP:20260425T171619
CREATED:20220709T181952Z
LAST-MODIFIED:20220709T181952Z
UID:13866-1657357200-1657360800@www.ayclogic.com
SUMMARY:9 AM - Intro To Java - Gamas
DESCRIPTION:Today We Do\n\nWe continued with Monster Inheritance project.\nWe added attack menu after user selected a proper monster species.\n\nHomework\n\nIn the attack menu\, after user selected “2. Melee attack”\, we need to have mechanism where the user can attack monster\, which will reduce monster.health. This is very similar to the quiz\, where we have bank account and user during withdrawal can reduce the bank account balance.\nOn top of this\, we also want the monster to attack the player and reduce the “playerHealth” attribute. For now\, just reduce’s player health by 10. Next week we will see how to randomize monster attack according to monster.maxAttack.\nLook at expected behavior below where user will attack troll with 10 attack points. Then the troll’s health will be decreased from 50 to 40. And the troll will attack the player which will reduce playerHealth from 100 to 90.\n\nPlease select from one of the following\n1. Add new monster\n2. List all monsters\n3. Play the game\nEnter your selection (enter "exit" to quit):3\n\nWhat is your name: Gamas\nHow much health you want: 100\n\nGamas has 100 health remaining.\nPlease select one of the following monsters:\n- troll - 50 health\n- dragon - 100 health\n- Water Golem - 30 health\nEnter your selection (Enter 'stop' to end the game): troll\n\nWhat do you want to do with the troll:\n1. Magic attack\n2. Melee attack\n3. Arrow attack (5 -10 damage)\n4. Heal\nEnter your selection:2\nHow much melee attack do you want to do to the troll: 10\nYou attacked TROLL with 10 attack. The TROLL has 40 health remaining.\nTROLL attacked Gamas and did 10 damage\n\nGamas has 90 health remaining.\nPlease select one of the following monsters:\n- troll - 40 health\n- dragon - 100 health\n- Water Golem - 30 health\nEnter your selection (Enter 'stop' to end the game):
URL:https://www.ayclogic.com/event/9-am-intro-to-java-gamas-11/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220625T170000
DTEND;TZID=America/Los_Angeles:20220625T180000
DTSTAMP:20260425T171619
CREATED:20220626T011708Z
LAST-MODIFIED:20220626T011708Z
UID:13779-1656176400-1656180000@www.ayclogic.com
SUMMARY:5 PM - Intro To Python - Gamas
DESCRIPTION:Today We Do\n\nWe continued with Temperature Converter android application.\nWe added feature to change header when user select a different conversion type in the spinner.\n\nHomework\n\nDuring the class\, we only change the header when user change to “Celcius to Fahrenheit”. Add code to change the header for the other 2 options.\nApply different conversion formula inside MainActivity.convertButtonOnClick(View) according to selected conversion in the spinner. Google the formula to convert from Celcius to Fahrenheit and Kelvin to Fahrenheit.
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-gamas-4/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220625T130000
DTEND;TZID=America/Los_Angeles:20220625T140000
DTSTAMP:20260425T171619
CREATED:20220625T205447Z
LAST-MODIFIED:20220625T205447Z
UID:13773-1656162000-1656165600@www.ayclogic.com
SUMMARY:1 PM - Intro To Java - Alex
DESCRIPTION:Today We Did:\n\nWe continued with the School System using the Hash Map project\nAdded in the ability to find the student and also how we can edit the student using HashMap.\n\nFor Homework:\n\nAdd in all the methods for adding the Teacher\, listing all the Teachers\, and finding and editing the teacher.\nMake sure that the teacher also is using the HashMap\, so create a new Map for the teachers.\nRemember that there will be no class next week\, have a good July 4th weekend.
URL:https://www.ayclogic.com/event/1-pm-intro-to-java-alex-7/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220625T090000
DTEND;TZID=America/Los_Angeles:20220625T100000
DTSTAMP:20260425T171619
CREATED:20220625T182005Z
LAST-MODIFIED:20220625T182204Z
UID:13761-1656147600-1656151200@www.ayclogic.com
SUMMARY:9 AM - Intro To Java - Gamas
DESCRIPTION:Today We Do\n\nWe continued with MonsterInheritance project.\nWe added player’s health and player’s name as MonsterInheritance class attributes.\nWe reuse listAllMonsters() method to display the list of monster after user play the game.\n\nAnnouncement\nThere is no class on July 2nd because of July 4 weekend. Please look at this page for list of observed holidays for my school: https://www.ayclogic.com/observed-holidays/ class will resume on July 9th. \nHomework\nAfter user play the game (“3”) and enter a monster species\, your program need to do the following: \n\nIf user enter a monster species that is NOT in the monsterMap\, print “We can not find this monster in our system: <monster name>.”\nIf user enter “stop”\, you need to stop the loop and display the previous menu.\nIf user enter a monster species that is exists in the monsterMap\, then you need to print the next menu.\nLook at below expected result.\n\nPlease select from one of the following\n1. Add new monster\n2. List all monsters\n3. Play the game\nEnter your selection (enter "exit" to quit):3\n\nWhat is your name: Gamas\nHow much health you want: 100\n\nGamas has 100 health remaining.\nPlease select one of the following monsters:\n- troll - 50 health\n- dragon - 100 health\n- Water Golem - 30 health\nEnter your selection (Enter 'stop' to end the game): asdfadsf\nWe can not find this monster in our system: asdfadsf.\n\nGamas has 100 health remaining.\nPlease select one of the following monsters:\n- troll - 50 health\n- dragon - 100 health\n- Water Golem - 30 health\nEnter your selection (Enter 'stop' to end the game): stop\n\nPlease select from one of the following\n1. Add new monster\n2. List all monsters\n3. Play the game\nEnter your selection (enter "exit" to quit):3\n\nWhat is your name: Gamas\nHow much health you want: 100\n\nGamas has 100 health remaining.\nPlease select one of the following monsters:\n- troll - 50 health\n- dragon - 100 health\n- Water Golem - 30 health\nEnter your selection (Enter 'stop' to end the game): troll\n\nWhat do you want to do with the troll:\n1. Magic attack\n2. Melee attack\n3. Arrow attack (5 -10 damage)\n4. Heal\nEnter your selection:
URL:https://www.ayclogic.com/event/9-am-intro-to-java-gamas-10/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220622T190000
DTEND;TZID=America/Los_Angeles:20220622T200000
DTSTAMP:20260425T171619
CREATED:20220623T025509Z
LAST-MODIFIED:20220623T025509Z
UID:13700-1655924400-1655928000@www.ayclogic.com
SUMMARY:7 PM Intro To Java - Alex
DESCRIPTION:Today We Did:\n\nWe started with the School System project.\nWe were able to figure out how to add a student in.\nLearned about how to create a constructor and that we can store multiple attributes into these objects.\n\nFor Homework:\n\nCreate a new method that is called createStudent() and this method should basically have all the code that we have already finished.\nAlso\, create another else if for when the user types in “2”\, and it should run a method called createTeacher() which should do the same thing as createStudent().\nIt should do the same thing\, but also ask the user what subject the teacher teaches.
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-alex-7/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220618T170000
DTEND;TZID=America/Los_Angeles:20220618T180000
DTSTAMP:20260425T171619
CREATED:20220619T010852Z
LAST-MODIFIED:20220619T010852Z
UID:13612-1655571600-1655575200@www.ayclogic.com
SUMMARY:5 PM - Intro To Java - Gamas
DESCRIPTION:Homework\n\nChange the app_name inside res/values/strings.xml into something other than Temperature Converter and use other languages that DOES NOT use alphabeth. For example\, Korean or Chinese or Arabic. Use google translate\nInside res/values/strings.xml change the value of convertButtonName into something else and use it inside activity_main.xml to change the Convert Button text.
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-gamas-19/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220618T130000
DTEND;TZID=America/Los_Angeles:20220618T140000
DTSTAMP:20260425T171619
CREATED:20220621T034944Z
LAST-MODIFIED:20220624T233843Z
UID:13665-1655557200-1655560800@www.ayclogic.com
SUMMARY:1 PM Intro to Java - Alex
DESCRIPTION:Today We Did:\n\nWe continued and were able to finish up the RestaurantMap project which used HashMap.\nWe learned more about how to add things into a HashMap as well as how to get things back from the HashMap.\n\nFor Homework:\n\nGo back to your School System project and create a new file called SchoolSystemUsingHashMap.java\nIn that file\, create a String variable for the menu (which you can find in the SchoolSystem.java class) and also create a HashMap to store the Students in.\nCreate two methods for adding in a student and also listing all the students that you have added in. Of course in these 2 methods\, you need to add new student to the Map that you created in #2 and listing all students means looping through all elements in the Map.\nThe key can be the Student’s name.
URL:https://www.ayclogic.com/event/1-pm-intro-to-java-alex-6/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220618T090000
DTEND;TZID=America/Los_Angeles:20220618T100000
DTSTAMP:20260425T171619
CREATED:20220618T165602Z
LAST-MODIFIED:20220618T165602Z
UID:13597-1655542800-1655546400@www.ayclogic.com
SUMMARY:9 AM - Intro To Java - Gamas
DESCRIPTION:Homework\n\nContinue on MonsterInheritance project\nAdd code to do the following\n\nPlease select from one of the following\n1. Add new monster\n2. List all monsters\n3. Play the game\nEnter your selection (enter "exit" to quit):1\n\nADD NEW Monster\nEnter monster species: Griffin\nEnter monster health: 70\nEnter monster max attack: 40\n\nPlease select from one of the following\n1. Add new monster\n2. List all monsters\n3. Play the game\nEnter your selection (enter "exit" to quit):2\n- troll - 50 health\n- dragon - 100 health\n- Water Golem - 30 health\n- Griffin - 70 health\n\nPlease select from one of the following\n1. Add new monster\n2. List all monsters\n3. Play the game\nEnter your selection (enter "exit" to quit):3\n\nWhat is your name: Gamas\nHow much health you want: 100\n\nGamas has 100 health remaining.\nPlease select one of the following monsters:\n- troll - 50 health\n- dragon - 100 health\n- Water Golem - 30 health\nEnter your selection (Enter 'stop' to end the game):
URL:https://www.ayclogic.com/event/9-am-intro-to-java-gamas-9/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220616T190000
DTEND;TZID=America/Los_Angeles:20220616T210000
DTSTAMP:20260425T171619
CREATED:20220617T040836Z
LAST-MODIFIED:20220617T040836Z
UID:13577-1655406000-1655413200@www.ayclogic.com
SUMMARY:7 PM - Intro To Java - Gamas
DESCRIPTION:2 hours final test.
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-gamas-23/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220615T190000
DTEND;TZID=America/Los_Angeles:20220615T200000
DTSTAMP:20260425T171619
CREATED:20220617T231615Z
LAST-MODIFIED:20220617T232653Z
UID:13579-1655319600-1655323200@www.ayclogic.com
SUMMARY:7 PM Intro To Java - Alex
DESCRIPTION:Today We Did:\n\nToday we learned about how to utilize methods better for coding and how to do object-oriented programming.\nWe learned about how to create methods to ask the user a question and also give the user a reply for their answer.\n\nFor Homework:\n\nEdit the Magic8Ball project one more time so that it consists of 3 new methods\, run()\, getUserQuestion()\, and provideMagic8BallResponse()\nThe main method should only have two lines of code for creating the mainClass and using the run method.
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-alex-6/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220611T130000
DTEND;TZID=America/Los_Angeles:20220611T140000
DTSTAMP:20260425T171619
CREATED:20220618T003301Z
LAST-MODIFIED:20220618T003301Z
UID:13582-1654952400-1654956000@www.ayclogic.com
SUMMARY:1 PM Intro To Java - Alex
DESCRIPTION:Today We Did:\n\nToday we learned about how to use HashMap.\nWe talked about how to add and remove things from a HashMap\, and also how to list out all the values and keys.\n\nFor Homework:\n\nCreate a new method that will list out all of the Restaurants that are in the list that we created so far.\nThe restaurants should be listed by printing out their name\, phone number\, and age and look like this “Name – Phone Number – Age”
URL:https://www.ayclogic.com/event/1-pm-intro-to-java-alex-5/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220611T120000
DTEND;TZID=America/Los_Angeles:20220611T130000
DTSTAMP:20260425T171619
CREATED:20220611T212435Z
LAST-MODIFIED:20220611T212435Z
UID:13476-1654948800-1654952400@www.ayclogic.com
SUMMARY:12 PM - Intro To Java - Gamas
DESCRIPTION:Today We Do\n\nWe learned how to clear both original and converted temperature fields.\nWe learned how to remove the decimal points in the temperature.\nWe learned how to deploy Android application.\n\nHomework\n\nI emailed the Java Practice to prepare for Final test on June 25. Please do this practice coding. Submit your result BEFORE the class starts.
URL:https://www.ayclogic.com/event/12-pm-intro-to-java-gamas-19/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220611T090000
DTEND;TZID=America/Los_Angeles:20220611T100000
DTSTAMP:20260425T171619
CREATED:20220611T181812Z
LAST-MODIFIED:20220611T181812Z
UID:13467-1654938000-1654941600@www.ayclogic.com
SUMMARY:9 AM - Intro To Java - Gamas
DESCRIPTION:1 hour Java quiz
URL:https://www.ayclogic.com/event/9-am-intro-to-java-gamas-8/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220609T190000
DTEND;TZID=America/Los_Angeles:20220609T200000
DTSTAMP:20260425T171619
CREATED:20220610T031107Z
LAST-MODIFIED:20220610T031107Z
UID:13443-1654801200-1654804800@www.ayclogic.com
SUMMARY:7 PM - Intro To Java - Gamas
DESCRIPTION:Today We Do\n\nWe reviewed Practice Quiz.\nWe reviewed Bank Account Quiz.\nWe reviewed Monster Inheritance.\n\nHomework\n\nNext week is 2 hour final test: 7 PM to 9 PM.\nPlease study the following\n\nQuiz and its solution: Bank System\nMonster Inheritance project.\nMap<Key\, Value>\nMake sure you know how to get and put to the Map.\nMake sure you know how to create methods\, constructor\, getter and setter.\nMake sure you know what “extends” and “super”
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-gamas-22/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220608T190000
DTEND;TZID=America/Los_Angeles:20220608T200000
DTSTAMP:20260425T171619
CREATED:20220609T030404Z
LAST-MODIFIED:20220609T030404Z
UID:13431-1654714800-1654718400@www.ayclogic.com
SUMMARY:7 PM Intro To Java - Alex
DESCRIPTION:Today We Did:\n\nReviewed the Magic8Ball Homework\nStarted talking about Object-Oriented Programming\nLearned about how to use methods and the difference between void methods and return type methods\n\nFor Homework:\n\nEdit your Magic8Ball project to use an asList instead of having the 8 else ifs\, so there should only be one if for quitting\, and else should randomly print out one of the 8 items from the list.\nCreate a new Java class <date>_MethodsHomework.java\nCreate a new method convertFromFahrenheitToCelcius. It has one parameter int Fahrenheit. Inside the method\, it will convert Fahrenheit parameter into Celcius by using this formula (F − 32) × 5/9 = C . You have to return the result. This is very similar to what we did in the class with addFourNumbers method.\nAlong with that create another method that asks for your favorite song\, and if the song is “Shape of You” then say that it is your favorite song\, otherwise say that the song is alright.
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-alex-5/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220604T170000
DTEND;TZID=America/Los_Angeles:20220604T180000
DTSTAMP:20260425T171619
CREATED:20220605T011121Z
LAST-MODIFIED:20220605T011121Z
UID:13384-1654362000-1654365600@www.ayclogic.com
SUMMARY:5 PM - Intro To Java - Gamas
DESCRIPTION:Today We Do\n\nWe were able to get the temperature that user enter in the originalTempField.\nWe were able to copy the temperature that user enter in the originalTempField into convertedTempField.\n\nHomework\n\nInside MainActivity.onConvertButtonClick(View): convert from Fahrenheit to Celcius using the following formula Celcius = (F − 32) × 5/9 . Set the celcius into convertedTempField. Before you apply the formula\, you have to convert originalTemp from String to Integer. After you apply the formula\, you need to convert from Double to String.
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-gamas-18/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220604T130000
DTEND;TZID=America/Los_Angeles:20220604T140000
DTSTAMP:20260425T171619
CREATED:20220604T205530Z
LAST-MODIFIED:20220604T205530Z
UID:13374-1654347600-1654351200@www.ayclogic.com
SUMMARY:1 PM Intro To Java - Alex
DESCRIPTION:Today We Did:\n\nWe reviewed the School System project by going through how to change findStudent() into a return method and how to use it.\nWe also implemented it into the editStudent() and explained how return and get works.\n\nFor Homework:\n\nGo through and change/add in the findTeacher and editTeacher methods so that they both do the same thing that the student methods do.\nAlso\, in preparation for next week\, create a new class in our intro to java folder for IntelliJ called Restaraunt.java\nThe Restaraunt should have a few attributes (variables) like name\, phone number\, age\, and cuisine.\nThen you need to create a constructor for it and view the school system (teacher and student) to understand how to create a constructor.\nAlso\, create the getters and setters for all of the attributes.
URL:https://www.ayclogic.com/event/1-pm-intro-to-java-alex-4/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220604T120000
DTEND;TZID=America/Los_Angeles:20220604T130000
DTSTAMP:20260425T171619
CREATED:20220604T200319Z
LAST-MODIFIED:20220604T200319Z
UID:13369-1654344000-1654347600@www.ayclogic.com
SUMMARY:12 PM - Intro To Java - Gamas
DESCRIPTION:Today We Do\n\nWe continued with Temperature Converter application\nWe changed the header according to the selected conversion type.\nWe changed the conversion formula according to the selected conversion type\n\nHomework\n\nClear the originalTemp and convertedTemp text whenever user selected anything in the spinner.\nReview EmailApplication and MonsterInheritance
URL:https://www.ayclogic.com/event/12-pm-intro-to-java-gamas-18/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220604T090000
DTEND;TZID=America/Los_Angeles:20220604T100000
DTSTAMP:20260425T171619
CREATED:20220604T201751Z
LAST-MODIFIED:20220604T201809Z
UID:13371-1654333200-1654336800@www.ayclogic.com
SUMMARY:9 AM - Intro To Java - Gamas
DESCRIPTION:Today We Do\n\nWe reviewed EmailApplication\, SchoolApplication.\nWe reviewed Map and List.\nWe learned that a class can have additional method aside from getter and setter. We added EmailAccount.age and learn how to increase the age.\n\nHomework\n\nNext week is a one hour quiz. Please come 10 mins early so you have a little bit more time.\nStudy EmailApplication\, SchoolApplication.\nStudy how to use Map and List.\nStudy how to use classes\, methods\, scanner\, if statements\, and everything you have learned so far in the class.\nThe quiz is open book quiz. Obviously\, you need to use IntelliJ to do your quiz.
URL:https://www.ayclogic.com/event/9-am-intro-to-java-gamas-7/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220602T190000
DTEND;TZID=America/Los_Angeles:20220602T200000
DTSTAMP:20260425T171619
CREATED:20220603T041311Z
LAST-MODIFIED:20220603T041311Z
UID:13336-1654196400-1654200000@www.ayclogic.com
SUMMARY:7 PM - Intro To Java - Gamas
DESCRIPTION:Today We Do\n\nWe learned how to clear the sourceTempTextField and convertedTempTextField when user select a drop down menu.\nWe learned how to deploy your application to an Android phone by generating APK file.\n\nHomework\n\nIn IntelliJ\, create a new Java project.\nDo exercises from https://docs.google.com/forms/d/1-ItfQEoc2YUTuUOUzMxdsU4OW3UPBdlGmoH49dUxQDU\nDon’t forget to submit the form.
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-gamas-21/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220601T190000
DTEND;TZID=America/Los_Angeles:20220601T200000
DTSTAMP:20260425T171619
CREATED:20220602T025506Z
LAST-MODIFIED:20220602T025506Z
UID:13311-1654110000-1654113600@www.ayclogic.com
SUMMARY:7 PM Intro To Java - Alex
DESCRIPTION:Today We Did:\n\nToday we learned about how to use random\nEveryone took their turns in creating the AYCLOGIC Adventure game which used random damage.\n\nFor Homework:\n\nCreate a new file titled Magic8BallHomework.java\nThis will be the first version of this project so make sure to save it\nHere are the instructions for it (ignore the second part about choice): https://www.ayclogic.com/intro-to-python/magic-8-ball/
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-alex-4/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220530T140000
DTEND;TZID=America/Los_Angeles:20220530T160000
DTSTAMP:20260425T171619
CREATED:20220530T224945Z
LAST-MODIFIED:20220530T224945Z
UID:13285-1653919200-1653926400@www.ayclogic.com
SUMMARY:2 PM Intro To Java - Alex
DESCRIPTION:Today We Did:\n\nLearned more about how to use Lists and create them\nAlso understood how to create and use for loops using index and how we can use for loops and if/else statements inside another for loop.\nWe learned about how to use while loops and how to create a while loop that goes on forever.\nAlso learned how to use != and how to get out of an infinite while loop.\nLoosely covered how to use random and using it to get a random item from a list.\n\nFor Homework:\n\nCreate a new project titled ForLoopHomework.java\nGo here for the homework: https://www.ayclogic.com/java-list-forloop/\nAlso\, create a new project called WhileLoopHomework.java\nGo here for the homework: https://www.ayclogic.com/java-exercise-while-loop/
URL:https://www.ayclogic.com/event/2-pm-intro-to-java-alex/
CATEGORIES:Introduction To Java,Java
END:VEVENT
END:VCALENDAR