CIS 115 CIS115 Week 4 iLab Grade Calculator Answer
CIS 115 CIS115 Week 4 iLab Grade Calculator Answer
BUY HERE⬊
TCO 4—Given a simple problem that requires one or more decisions, create a solution algorithm that uses decisions with logical and relational expressions.
TCO 8—Given a more complex problem, develop a complete solution that includes a comprehensive statement of the problem, complete program design, and program documentation.
Scenario
You have been asked to design a program that will allow a teacher to calculate the percentage and the final grade for students in a class. The program will prompt the teacher to enter the student’s first and last name and the number of points the student received. The program will only accept scores between 0 and 1,000 points (including 0 and 1,000), with 1,000 points being the maximum number of points. If the input value within the valid range, the program will display a “good score” message; otherwise, the program will display an error message and then terminate the program. The program will then calculate the score percentage and then determine the grade based on the percentage using the following grade criteria.
Point distribution for this activity:
Lab Activity
| ||
Document
|
Points possible
|
Points received
|
Variable list & IPO chart
|
10
| |
Flowchart
|
15
| |
Working program
|
25
| |
Total Points
|
50
| |
Comments
Post a Comment