BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//American Young Coder - ECPv6.10.1.1//NONSGML v1.0//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-WR-CALNAME:American Young Coder
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:20220324T190000
DTEND;TZID=America/Los_Angeles:20220324T200000
DTSTAMP:20260428T095918
CREATED:20220325T030247Z
LAST-MODIFIED:20220325T030247Z
UID:12174-1648148400-1648152000@www.ayclogic.com
SUMMARY:7 PM - Intro To Java - Gamas
DESCRIPTION:Today We Do\n\nWe learned about how to fix Java errors.\nWe continued on PetSystem\n\nHomework\n\nContinue with PetSystem\nAdd feature to change name and change age.\nWhen you want to change pet’s name and age\, aside from calling the setName and setAge in the Pet class\, you also have to remove the old Pet from the map because it is using the old name. And add the new Pet with the new name.\nLook at expected behavior below\n\nMenu\n1. Add pet\n2. List all pets\n3. Find pet by name\n4. Change pet's age\n5. Change pet's name\n6. Exit\nPlease make your selection (1-4):1\n\nENTER NEW PET\nPet Species: Dog\nPet Name: Stitch\nPet age: 6\n\nMenu\n1. Add pet\n2. List all pets\n3. Find pet by name\n4. Change pet's age\n5. Change pet's name\n6. Exit\nPlease make your selection (1-4):2\nStitch - Dog - 6\n\nMenu\n1. Add pet\n2. List all pets\n3. Find pet by name\n4. Change pet's age\n5. Change pet's name\n6. Exit\nPlease make your selection (1-4):5\n\nCHANGE PET NAME\nEnter the pet's name that you want to find: Stitch\nGive me a new name: Atlas\nYou changed Stitch to Atlas\n\nMenu\n1. Add pet\n2. List all pets\n3. Find pet by name\n4. Change pet's age\n5. Change pet's name\n6. Exit\nPlease make your selection (1-4):2\nAtlas - Dog - 6
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-gamas-11/
CATEGORIES:Introduction To Java,Java
END:VEVENT
END:VCALENDAR