Calculate the average assignment grade, C/C++ Programming

Assignment Help:

1. The main program must be in a file called A4.cpp

2. The data must be read in from a data file.  The user must enter the filename.  A sample data file will be provided on Moodle.  Sample output must be provided using this file.

3. The program must be able to handle a variable number of records.  However, the number of records should not exceed 200.  If  the number of records exceed this,  the program must display a single error message and ignore the rest of the records.

4. All data from the file must be stored in arrays.  The assignment data must be stored in a multi-dimensional array.

5. The program must validate all data and generate error messages if the record is malformed or data is not within specification.  The error message should indicate which record is malformed (i.e. the line number) and what is wrong with the record. The program will then continue to process the rest of the file ignoring the bad record.

6. Your code should be modular, using a variety of functions.  At least one function must return a value, another must modify data in arrays and another must be a void function.  Your code will contain far more then these three, however, these three types must exist.

7. The program will sort the data by student ID.  You can use an insertion or selection sort.

8. The source code used to sort the data must be stored in files sort.cpp and sort.h

9. Calculate the average assignment grade, numeric course grade and letter grade.  These values are to be stored in arrays.  The letter grade is to be an array of enum values.

10. The program will output the sorted data in a tabular format in the following order :

1. Student ID

2. Student's name (Given and family name)

3. Midterm

4. Average assignment grade

5. Final exam

6. Numeric course grade (2 decimal places)

7. Letter grade

The last row of the table should contain the average values for the midterm, assignments, final exam and numeric course grade.

11. After displaying the table the user should be prompted to enter a student ID.  If the ID is valid, display all the information (data from the file and calculated values) about the student.  Use a binary search to locate the student's information.  If the record is not found, display an error message.  Allow the user to continue to lookup most students until they choose to exit.

12. The source code used to search the data must be stored in files search.cpp and search.h


Related Discussions:- Calculate the average assignment grade

Define types of storage classes in c language, Define Types of storage clas...

Define Types of storage classes in C language? There are four storage classes in C language: 1. Automatic storage class. 2. External storage class. 3. Register storage cla

Jewellary shop details, Byteland county is very famous for luminous jewels....

Byteland county is very famous for luminous jewels. Luminous jewels are used in making beautiful necklaces. A necklace consists of various luminous jewels of particular colour. Nec

Create a program of several prototypes for functions, In this assignment th...

In this assignment the main has been written for you in the file phone_book_main.cpp. You will also notice that a class called Person has been declared as having several prototypes

Assignment question, : Write a program that prompts the user to enter five...

: Write a program that prompts the user to enter five digit positive numbers. The program then outputs the digits of the number one digit per line. Eg if the user enters 32456, th

Virtual constructor, Is it possible to have Virtual Constructor? If yes, ho...

Is it possible to have Virtual Constructor? If yes, how? If not, Why not possible?

How do you connect a c++ program to c functions?, A: Using the extern "C" l...

A: Using the extern "C" linkage specification around the C function declarations. Programmers must know about mangled function names and type-safe linkages. After that they must

Looping, #questiStarting with a blank solution, write a program to prompt t...

#questiStarting with a blank solution, write a program to prompt the user for an employee number, hourly rate and hours worked. Compute and display the employee number, gross weekl

Flowcharting., flowcharting of 3 quizes display the average

flowcharting of 3 quizes display the average

Write a program that illustrate Macros with Arguments, Write a program tha...

Write a program that illustrate  Macros with Arguments? Macros is able to also have arguments, just as functions can. #define AREA(x)(3.14*x*x) Then at any time the prepr

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd