Write a program whose main function is merely a collection of variables and function calls. The main function/program reads students name, followed by their test scores. The program should output each student name followed by the test score and relevant grade (Pass (P) or Fail(F), A). It should also print the names and test scores of the student with a test score higher than the average test score.
The student data should be stored in a struct variable of type studentType, which has two components: studentLName of type string and testScore of type integer (testScore is between 0 and 100), and grade of type char. (10 points)
Suppose the class has 3 students. Use an array of 3 components of type studentType. (5 points)
Your program must contain the following functions:
(30 points);
The letter grade in the printAverage function has the following values:
(30 points)
DescriptionIn this final assignment, the students will demonstrate their ability to apply two ma
Path finding involves finding a path from A to B. Typically we want the path to have certain properties,such as being the shortest or to avoid going t
Develop a program to emulate a purchase transaction at a retail store. Thisprogram will have two classes, a LineItem class and a Transaction class. Th
1 Project 1 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of
1 Project 2 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
27 | 28 | 29 | 30 | 31 | 1 | 2 |
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
31 | 1 | 2 | 3 | 4 | 5 | 6 |