| Date Assigned: | Fri Jan-18 |
| Date Due: | Tue Jan-23 |
You must work alone on this problem.
Today in class we reviewed how to solve the two problems in Assignment 28. For this assignment, you should redo Assignment 28, this time with style, elegance, finesse. You will be graded on the quality of your algorithm, as well as the quality of your code and comments. Further, be sure to include your test data inside a comment in your program itself.
A hint, by the way, on the GPA problem: you should not have a huge list of if-else's to compute each grade. Instead, you should figure out how to compute the grade, so that one piece of code converts every grade from letters to numbers.
Good luck.
DK