This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Problem Solving and Programming Concepts | |
Adam Merrifield (2697795). | |
Chapter 8 Assignment: pg 350 3a | |
3. a. Professor Zak allows students to drop the two lowest scores on the 10 | |
100-point quizzes she gives during the semester. Design an application that | |
accepts a student name and 10 quiz scores. Output the student’s name and | |
total points for the student’s eight highest-scoring quizzes. |