ITP100 Easy Pseudocode Project

BoyangZuo
ITP100-ProjectPart3-12.pdf

ITP100 Project: Part 3

Create the solution to a program that calculates the final score and letter grade for one student.

Please use the following grading system:

7 Homework Assignments – 7 points each – (lowest grade dropped) 42 points

5 Proctored Open-book Tests – 7 points each – (lowest grade dropped) 28 points

1 Project 10 points

1 Final Exam 20 points

A = 90 – 100% B = 80 – 89% C = 70 – 79% D = 60 – 69% F = 0 – 59%

Write the modules/functions that validate what the user enters. See if you can create one

module that validates any score based on the arguments that are sent to it by the calling

module.

Rubric Points Score

Correct module/function calls .5 Correct module/function declarations, arguments, parameters .5 Correct module/function ending .5 Correct score validation and Relational operators .75 Code properly indented .25

Total 2.5