Write an algorithm that solves the following problems. Remember! Your algorithm must be unambiguous, executable, and terminated.
- Suppose one is provided with a list of people in the class. Write an algorithm that looks up the name Debbie Draw using sequential search.
- Suppose one is provided with a list of midterm exam grades for CS 123. Write an algorithm that calculates the class average for that exam.
- Modify the algorithm from problem 2 so that it calculates the median exam score as well.