Week 6 Quiz
Due Date: 14th August, 2023; 1:00PM EDT
The quiz for this week has been released on Gradescope - Quiz 6.
Week 6 Exercises
Due Date: 20th August, 2023; 11:59PM EDT
In this week, there are several exercises for you to engage with. Some of which are optional and others mandatory. You are encouraged to attempt all the exercises, however, you are expected to submit the mandatory exercises to Gradescope.
Mandatory Exercises
This week, the mandatory exercises are:
-
Both Numbers are Even: In this exercise, you will implement a function to determine if two given numbers are even or not.
-
Fizz Buzz: In this exercise, you will write a program to determine if a given number is divisible by 3 or 5.
-
Count Characters in String: In this exercise, you will write a program to count the number of characters in a string.
-
Can I Drive and Vote: In this exercise you will write a program to help determine if a person can either drive or vote, based on the person's age and country of residence.
-
Can I Order Item: In this exercise, you will implement a function that checks if a specified dish is available in stock.