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:20200301T190000
DTEND;TZID=America/Los_Angeles:20200301T200000
DTSTAMP:20260605T190050
CREATED:20200302T041041Z
LAST-MODIFIED:20200302T041041Z
UID:2994-1583089200-1583092800@www.ayclogic.com
SUMMARY:7 PM Coding Competition Practice
DESCRIPTION:Coding competition is April 25 from 10:30 AM to 4 PM.\nWebsite: https://www.cpp.edu/~hspc/\nThey only allowed Thonny Python editor: https://thonny.org/\nWe learn how to use hackerrank.com\nWe learn about Python dictionary.\nWe learn about Python mod operation.\nHomework:\n\nContinue hackerrank.com python language proficiency practice until 100%.\nStudy about Python dictionary from page 92 to 98.
URL:https://www.ayclogic.com/event/7-pm-coding-competition-practice/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200305T183000
DTEND;TZID=America/Los_Angeles:20200305T193000
DTSTAMP:20260605T190050
CREATED:20200306T035259Z
LAST-MODIFIED:20200306T035431Z
UID:3003-1583433000-1583436600@www.ayclogic.com
SUMMARY:6:30 PM Python Level 1
DESCRIPTION:We went over last week homework.\nWe discussed how to create a program that can continuously ask user and respond to the question and it will stop when user print “quit”.\nNext week is a quiz\, please study the following:\n\nStudy variables and data types\nStudy IF ELSE ELIF statements\nStudy List.\nStudy loops: for loop and while loops.\nStudy how to get input from shell.
URL:https://www.ayclogic.com/event/630-pm-python-level-1/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200307T090000
DTEND;TZID=America/Los_Angeles:20200307T100000
DTSTAMP:20260605T190050
CREATED:20200307T190053Z
LAST-MODIFIED:20200307T190053Z
UID:3012-1583571600-1583575200@www.ayclogic.com
SUMMARY:9 AM Python Level 1
DESCRIPTION:We reviewed quiz result \n\nA lot students seem to be still confused with functions\, so we practice more with functions.\nHomework:\n\nCreate a cool picture in your grid paper so we can use this as one of the final Python project.
URL:https://www.ayclogic.com/event/9-am-python-level-1-24/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200307T100000
DTEND;TZID=America/Los_Angeles:20200307T110000
DTSTAMP:20260605T190050
CREATED:20200307T190404Z
LAST-MODIFIED:20200307T190404Z
UID:3014-1583575200-1583578800@www.ayclogic.com
SUMMARY:10 AM Python Game Development
DESCRIPTION:We installed Pycharm\nWe reviewed Class\n Homework:\n\nCreate a Bird class\n\ncan_fly\nname\nspeed\n\n\nCreate 4 variables whose data type is Bird.\nAdd all of them inside the list.\nuse for loop to go through all of them and print the following\n\nif it can fly\, print\, <name> can fly\nif it’s speed is more than 5\, print\, <name> is a fast bird
URL:https://www.ayclogic.com/event/10-am-python-game-development-4/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200307T110000
DTEND;TZID=America/Los_Angeles:20200307T120000
DTSTAMP:20260605T190050
CREATED:20200307T201007Z
LAST-MODIFIED:20200307T201007Z
UID:3016-1583578800-1583582400@www.ayclogic.com
SUMMARY:11 AM Python Level 1
DESCRIPTION:We completed Kaleido Spiral project.\nWe started Starry Night project.\nHomework:\n\nStart doing your final project drawing in Turtle.\nIf you have not submitted the Final project drawing in the grid paper. Please take a picture of it and send it to gamas@ayclogic.com or 626-532-7844.
URL:https://www.ayclogic.com/event/11-am-python-level-1-15/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200307T150000
DTEND;TZID=America/Los_Angeles:20200307T160000
DTSTAMP:20260605T190050
CREATED:20200308T012049Z
LAST-MODIFIED:20200308T012049Z
UID:3018-1583593200-1583596800@www.ayclogic.com
SUMMARY:3 PM Introduction To Java
DESCRIPTION:We went through the following topics\n\nJava data types: int\, double\, String.\nHow to read input from Shell.\nHow to use IntelliJ Java editor.\n\n\nHomework:\n\nDo java code exercises in https://www.ayclogic.com/java-exercise-1/ . You have to do this in IntelliJ. So please install intelliJ on your computer.\n\nGo here: https://www.jetbrains.com/idea/download\nChoose the community edition.
URL:https://www.ayclogic.com/event/3-pm-introduction-to-java/
CATEGORIES:Introduction To Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200307T160000
DTEND;TZID=America/Los_Angeles:20200307T170000
DTSTAMP:20260605T190050
CREATED:20200308T012345Z
LAST-MODIFIED:20200308T012345Z
UID:3020-1583596800-1583600400@www.ayclogic.com
SUMMARY:4 PM Python Game Development
DESCRIPTION:We went through how to make the cloud sprite slide in smoothly to the screen.\nWe moved the bullet_group from Player to main file.\nHomework:\n\nIn main.py\, do the following\n\nIntroduce new attribute under __init__(): self.score = 0\nIntroduce a new function (bird_bullet_collide_handler(self))\n\nInside the function\, increase self.score by 1.\n\n\n\n\nStudy all the codes inside Birdie and ask questions next week.
URL:https://www.ayclogic.com/event/4-pm-python-game-development-9/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200307T160000
DTEND;TZID=America/Los_Angeles:20200307T170000
DTSTAMP:20260605T190050
CREATED:20200308T084416Z
LAST-MODIFIED:20200308T084530Z
UID:3024-1583596800-1583600400@www.ayclogic.com
SUMMARY:4PM-Scratch Level 1
DESCRIPTION:Today we learned how to upload a picture onto Scratch.\nWe customized the shark sprite and changed the background.\nHomework\n\nMake the Shark 2 sprite move from the upper left corner to the lower right corner (diagonally)\nChange the Shark 2 sprite to a picture of someone in your family.\nChange the button and cake sprite to a picture of the birthday person\n\n(Ask someone else who is not the birthday person for the picture)
URL:https://www.ayclogic.com/event/4pm-scratch-level-1-40/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200307T170000
DTEND;TZID=America/Los_Angeles:20200307T183000
DTSTAMP:20260605T190050
CREATED:20200308T084723Z
LAST-MODIFIED:20200308T084723Z
UID:3028-1583600400-1583605800@www.ayclogic.com
SUMMARY:5PM-Scratch Level 1
DESCRIPTION:We prepared for the test that is going to be next week.\nHomework\n\nStudy your past projects so that you will be prepared for the test next week:\n\nCat Art: https://scratch.mit.edu/projects/315903045\nAnimal Race: https://scratch.mit.edu/projects/249238583/\nSpaceship: https://scratch.mit.edu/projects/266884838/\n\n\nStudy the following topics\n\nX and Y coordinates.\nDirections\nHow do Sprites talk to each other?\nHow can Sprite create a copy of itself.\n\n\nWhen answering questions in the test\, make sure you do not just copy the word of the code but make sure you know to describe what happen to the sprite in the screen.\nMake sure you have access to gmail account during the test because the test is an online test and going to be sent via gmail.
URL:https://www.ayclogic.com/event/5pm-scratch-level-1-12/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200307T180000
DTEND;TZID=America/Los_Angeles:20200307T190000
DTSTAMP:20260605T190050
CREATED:20200308T031328Z
LAST-MODIFIED:20200308T031328Z
UID:3022-1583604000-1583607600@www.ayclogic.com
SUMMARY:6 PM Scratch Level 2
DESCRIPTION:We completed Fireball Fighting game.\nNext week is Scratch Level 2 test\, please study the following\n\nFireball Fighting Game: https://scratch.mit.edu/projects/177345577/\nSpaceship 2 Game: https://scratch.mit.edu/projects/282450480/\nCheese Chase Game: https://scratch.mit.edu/projects/240119251/\nDoom On The Broom: https://scratch.mit.edu/projects/321641060/\nYou need gmail to do your test.\nThe test is going to be 2 hours test.
URL:https://www.ayclogic.com/event/6-pm-scratch-level-2-15/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200310T190000
DTEND;TZID=America/Los_Angeles:20200310T200000
DTSTAMP:20260605T190050
CREATED:20200311T030846Z
LAST-MODIFIED:20200311T031257Z
UID:3030-1583866800-1583870400@www.ayclogic.com
SUMMARY:7 PM Scratch Level 2
DESCRIPTION:We continued with Jumpy Monkey project.\nHomework:\n\nCreate a sprite call it “Level” with 2 costumes: Level 1\, Level 2.\nWhen green flag is clicked display “Level 1” costume in the middle and gradually make it disappear.
URL:https://www.ayclogic.com/event/7-pm-scratch-level-2-5/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200312T180000
DTEND;TZID=America/Los_Angeles:20200312T200000
DTSTAMP:20260605T190050
CREATED:20200403T032005Z
LAST-MODIFIED:20200403T032753Z
UID:3181-1584036000-1584043200@www.ayclogic.com
SUMMARY:6 PM - Introduction To Python
DESCRIPTION:2 hours quiz
URL:https://www.ayclogic.com/event/6-pm-introduction-to-python-4/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200313T180000
DTEND;TZID=America/Los_Angeles:20200313T190000
DTSTAMP:20260605T190050
CREATED:20200314T025714Z
LAST-MODIFIED:20200314T025714Z
UID:3034-1584122400-1584126000@www.ayclogic.com
SUMMARY:6 PM Python Game Development
DESCRIPTION:We continued with Zelda project. \n\nWe made the link able to do sword thrust. We make sure the costume is good when the link do sword thrust.\nWe created 2 maps and coded the map transition.
URL:https://www.ayclogic.com/event/6-pm-python-game-development-4/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200314T100000
DTEND;TZID=America/Los_Angeles:20200314T110000
DTSTAMP:20260605T190050
CREATED:20200314T192517Z
LAST-MODIFIED:20200314T193100Z
UID:3036-1584180000-1584183600@www.ayclogic.com
SUMMARY:10 AM - Python Game Development
DESCRIPTION:The entire students were using Zoom meeting.\nWe continued with Python Class concept.\nWe learned about inherintance:\n\nCreated Bird\nCreated FlyingBird inherits from Bird\nCreated SwimmingUnderTheWaterBird inherits from Bird\nCreated FlyingAboveTheCloudBird inherits from FlyingBird.\n\n\nHomework:\n\nDo page 172\, 173 and 174.
URL:https://www.ayclogic.com/event/10-am-python-game-development-5/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200314T110000
DTEND;TZID=America/Los_Angeles:20200314T120000
DTSTAMP:20260605T190050
CREATED:20200314T192939Z
LAST-MODIFIED:20200314T193014Z
UID:3038-1584183600-1584187200@www.ayclogic.com
SUMMARY:11 AM - Introduction To Python
DESCRIPTION:The entire students were using Zoom meeting.\nWe continued with Starry Night project.\n\nWe draw different color of Stars\nWe draw different stars with different number of points.\nWe draw different stars in different location.\nWe alternate between stars and circles.\n\n\nHomework:\n\nContinue with your final project.\nIf you have not have get the approval of your final project picture\, please do it and send it to gamas@ayclogic.com
URL:https://www.ayclogic.com/event/11-am-introduction-to-python-4/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200314T140000
DTEND;TZID=America/Los_Angeles:20200314T150000
DTSTAMP:20260605T190050
CREATED:20200314T213828Z
LAST-MODIFIED:20200314T213828Z
UID:3042-1584194400-1584198000@www.ayclogic.com
SUMMARY:2 PM Introduction to Python
DESCRIPTION:We are learning about Python function and parameters.\nHomework:\n\nhttps://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/
URL:https://www.ayclogic.com/event/2-pm-introduction-to-python-6/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200314T150000
DTEND;TZID=America/Los_Angeles:20200314T160000
DTSTAMP:20260605T190050
CREATED:20200315T032021Z
LAST-MODIFIED:20200315T032021Z
UID:3050-1584198000-1584201600@www.ayclogic.com
SUMMARY:3 PM - Introduction To Java
DESCRIPTION:We went over last week homework. Data Type and how to get input from shell.\nWe also went over IF ELSE ELSE IF statements today.\nHomework:\n\nCreate a new Java class in intelliJ: Mar14_HomeworkIFELSE\n\nInside this Java class\, get Integer/Number input from user “Give me a number? “\nAfter you get the input\, print whether or not this number is a positive or negative number.\nFor example\, if user enters -4\, the program will print “-4 is a negative number” to the shell. If user enters 1000\, the program will print “1000 is a positive number”.\n\n\nIn the same Java class\, do the following\n\nAsk user to input their age. “How old are you? “\nIf users enter age less than 10\, print “You can watch this movie for free”.\nif user enter age less than 20\, print “You have to pay $5”.\nif user enter age bigger than 60\, print “You can watch this movie for $2”.\n\n\n\n\n\n 
URL:https://www.ayclogic.com/event/3-pm-introduction-to-java-2/
CATEGORIES:Introduction To Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200314T160000
DTEND;TZID=America/Los_Angeles:20200314T170000
DTSTAMP:20260605T190050
CREATED:20200315T000531Z
LAST-MODIFIED:20200315T000531Z
UID:3045-1584201600-1584205200@www.ayclogic.com
SUMMARY:4PM-Scratch Level 1
DESCRIPTION:Today we finished the Birthday Card project.\nPlease get the picture of the birthday person if you can.\nWe started the Tunnel of Doom project and added the Tunnel and Cat sprite.\nHomework\n\nPlease finish page 129 in the book.
URL:https://www.ayclogic.com/event/4pm-scratch-level-1-41/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200314T160000
DTEND;TZID=America/Los_Angeles:20200314T170000
DTSTAMP:20260605T190050
CREATED:20200315T202207Z
LAST-MODIFIED:20200323T032215Z
UID:3053-1584201600-1584205200@www.ayclogic.com
SUMMARY:4 PM Python Game Development
DESCRIPTION:We continued and completed with collision detection between birds and bullets.\nWe made sure the cloud appear behind bird\, player or bullet.\nHomework:\n\nFollowing the example of how to detect collision between bird and bullet\, add collision detection between player and bird.
URL:https://www.ayclogic.com/event/4-pm-python-game-development-10/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200314T180000
DTEND;TZID=America/Los_Angeles:20200314T200000
DTSTAMP:20260605T190050
CREATED:20200315T015558Z
LAST-MODIFIED:20200315T015558Z
UID:3047-1584208800-1584216000@www.ayclogic.com
SUMMARY:6 PM Scratch Level  2 - Test
DESCRIPTION:2 hours test
URL:https://www.ayclogic.com/event/6-pm-scratch-level-2-test/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200315T160000
DTEND;TZID=America/Los_Angeles:20200315T170000
DTSTAMP:20260605T190050
CREATED:20200316T000155Z
LAST-MODIFIED:20200316T000155Z
UID:3056-1584288000-1584291600@www.ayclogic.com
SUMMARY:4 PM - Introduction To Python
DESCRIPTION:We continued with Turtle Python module.\nWe started Robot Builder project.\nHomework:\n\nFinish the Robot Builder project according to the below picture.
URL:https://www.ayclogic.com/event/4-pm-introduction-to-python/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200317T180000
DTEND;TZID=America/Los_Angeles:20200317T190000
DTSTAMP:20260605T190050
CREATED:20200325T004518Z
LAST-MODIFIED:20200325T004518Z
UID:3113-1584468000-1584471600@www.ayclogic.com
SUMMARY:6 PM - Scratch Level 2
DESCRIPTION:We continued with Jumpy Monkey project.\nWe added Level 2 features\n\nAfter user completed Level 1 (all 3 bananas are consumed)\, level 2 will be started.\nIn Level 2\, there will be 4 bananas instead of 3.\nIn Level 2\, there will be flying pterodactyl which will knock the user back to the launcher when touched.\n\n\nHomework:\n\nMake sure the flying pterodactyl when touched by the player\, the player will go back to the launcher.
URL:https://www.ayclogic.com/event/6-pm-scratch-level-2-16/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200319T183000
DTEND;TZID=America/Los_Angeles:20200319T193000
DTSTAMP:20260605T190050
CREATED:20200320T023811Z
LAST-MODIFIED:20200320T023811Z
UID:3067-1584642600-1584646200@www.ayclogic.com
SUMMARY:6:30 PM - Introduction to Python
DESCRIPTION:We went over the quiz result.\nWe went over the Python function.\nHomework:\n\nhttps://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/ number 4\, 5 and 6.\nFrom the book\, do page 139.
URL:https://www.ayclogic.com/event/630-pm-introduction-to-python-5/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200320T180000
DTEND;TZID=America/Los_Angeles:20200320T190000
DTSTAMP:20260605T190050
CREATED:20200321T020335Z
LAST-MODIFIED:20200321T020335Z
UID:3069-1584727200-1584730800@www.ayclogic.com
SUMMARY:6 PM - Python Game Development
DESCRIPTION:We continued with Zelda project.\n\nWe made sure\, the link cannot cross through the grass sprite.\nWe added code to make the link can move between map1\, map2 and map3 smoothly.\n\n\nHomework:\n\nCreate map4\nMake Link move from map3 to map4 smoothly.
URL:https://www.ayclogic.com/event/6-pm-python-game-development-5/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200321T090000
DTEND;TZID=America/Los_Angeles:20200321T100000
DTSTAMP:20260605T190050
CREATED:20200321T165938Z
LAST-MODIFIED:20200321T165938Z
UID:3071-1584781200-1584784800@www.ayclogic.com
SUMMARY:9 AM - Intro To Python
DESCRIPTION:We started Kaleido Spiral\nHomework:\n\nMake the circle bigger every time it loops\nStart working on your final project. I want to see some progress.
URL:https://www.ayclogic.com/event/9-am-intro-to-python/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200321T100000
DTEND;TZID=America/Los_Angeles:20200321T110000
DTSTAMP:20260605T190050
CREATED:20200321T182807Z
LAST-MODIFIED:20200321T182807Z
UID:3073-1584784800-1584788400@www.ayclogic.com
SUMMARY:10 AM - PythonGame Development
DESCRIPTION:We completed understanding Class and inheritance.\nWe started using Pycharm\nWe downloaded Birdie assets and the main class.\nNo homework for next week.
URL:https://www.ayclogic.com/event/10-am-pythongame-development/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200321T110000
DTEND;TZID=America/Los_Angeles:20200321T120000
DTSTAMP:20260605T190050
CREATED:20200321T183041Z
LAST-MODIFIED:20200321T190557Z
UID:3075-1584788400-1584792000@www.ayclogic.com
SUMMARY:11 AM - Introduction To Python
DESCRIPTION:We started the Baby Name Generator project.\nHomework:\n\nYour baby name generator project:\n\nIf the user enters selection other than ‘1’\,’2′\,’3′\, then print “Invalid Selection\, please try again.”. Prevent the program to ask “How many names do you want?”\n\n\nStart on your final project (draw in turtle).\n\nI want to see some progress by next week.\nThe due date is April 4\, 2020.
URL:https://www.ayclogic.com/event/11-am-introduction-to-python-5/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200321T140000
DTEND;TZID=America/Los_Angeles:20200321T150000
DTSTAMP:20260605T190050
CREATED:20200323T034948Z
LAST-MODIFIED:20200323T035610Z
UID:3102-1584799200-1584802800@www.ayclogic.com
SUMMARY:2 PM - Intro To Python
DESCRIPTION:We went over homework from https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/\nNext week is a quiz and it is going to be 10 % of your grade. It can take as long as 2 hours. Please study the following\n\nVariables and Data Type\nHow to get input from the shell.\nIF-ELSE\, ELIF statements\nfor loops\, while loops\nfunctions\nhttps://www.ayclogic.com/tell-me-your-age/
URL:https://www.ayclogic.com/event/2-pm-intro-to-python/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200321T150000
DTEND;TZID=America/Los_Angeles:20200321T160000
DTSTAMP:20260605T190050
CREATED:20200325T041020Z
LAST-MODIFIED:20200325T041020Z
UID:3119-1584802800-1584806400@www.ayclogic.com
SUMMARY:3 PM - Introduction To Java
DESCRIPTION:We went over last week homework\, IF ELSE statements\nWe went over how to use loops.\nHomework:\n\nUse for loop to print “Hello World” 5 times.\nTake input from shell “Give me a number: “. Whatever user enters\, use that to do for loop to print like example below\n\n\n\n\n\nFor example if user enters number 4\, the program will print\n          \n               I like number 4\n               I like number 3\n               I like number 2\n               I like number 1\n\n\nFor example if user enters number 3\, the program will print\n          \n               I like number 3\n               I like number 2\n               I like number 1\n\n\n\n\n\n\n\n\nUse for loop to print number 5 to 12. If it is number 7\, print “Seven is lucky number.” instead of printing number 7.\n5\n6\nSeven is lucky number\n7\n8\n9\n10\n11\n12
URL:https://www.ayclogic.com/event/3-pm-introduction-to-java-3/
CATEGORIES:Introduction To Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200321T160000
DTEND;TZID=America/Los_Angeles:20200321T170000
DTSTAMP:20260605T190050
CREATED:20200322T001536Z
LAST-MODIFIED:20200322T001536Z
UID:3079-1584806400-1584810000@www.ayclogic.com
SUMMARY:4PM-Scratch Level 1
DESCRIPTION:Today we finished the Tunnel of Doom project.\nWe added the Time variable and Banner sprite.\nHomework\n\nComplete Hacks and Tweaks on page 132 and 133 in the book.\nFor page 132\, you create more costumes with different tunnels in the Tunnel sprite so there will be a random Tunnel everytime you start the game.
URL:https://www.ayclogic.com/event/4pm-scratch-level-1-42/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
END:VCALENDAR