BEGIN:VCALENDAR
VERSION:2.0
CALSCALE:GREGORIAN
BEGIN:VEVENT
URL:https://www.learndesk.us/class/6534923311644672/lesson/fb5d304ebeb27c1fd61362355b0dacae?ref=outlook-calendar
SUMMARY:Homework
DTSTART;TZID=America/Los_Angeles:20260504T190000
DTEND;TZID=America/Los_Angeles:20260504T200000
LOCATION:https://www.learndesk.us/class/6534923311644672/lesson/fb5d304ebeb27c1fd61362355b0dacae?ref=outlook-calendar
DESCRIPTION: * Homework1:

Write a function called nearest10 that takes a natural Int (>= 0), and returns the nearest power of 10 (0, 10, 100, 1000, etc.) it's bigger than. If it's > 10,000 then just return 10000 no matter how larger the number

* Homework2:

Write a function called "calc", taking two Int inputs "first" and "second" and a String input "op" as an operator. The value for operator "op" will be one of the four values "+", "-", "*", "/" representing addition, subtraction, multiplication, and division. The function should return the arithmetic result of applying the operator on the two numbers. For example:
print(calc(first: 80, second: 10, op: "+"))    // should print 90
print(calc(first: 80, second: 10, op: "/"))    // should print 8

https://www.learndesk.us/class/6534923311644672/lesson/fb5d304ebeb27c1fd61362355b0dacae?ref=outlook-calendar
STATUS:CONFIRMED
SEQUENCE:3
BEGIN:VALARM
TRIGGER:-PT10M
DESCRIPTION:Class Reminder
ACTION:DISPLAY
END:VALARM
END:VEVENT
END:VCALENDAR