Please all requirements listed in the file should be followed, thanks
PART I
C+ + requirclnenLs
. The program must make use of two parallel arrays. Each array is of type char or unsigned
char. The size of each array is 30.
. Your program must properly check for end of tile.
. Your program must properly open and close all tiles.
. You are required to have your main function and two additional functions. One of the two
additional functions will be a read function and the other will be a display function.
Failure to follow the C-H- requirements could reduce the points received from passing the tests.
General overview
In part I you will be creating a quiz grading program. You will compare the student’s answers
with the correct answers, and determine if the student passed the quiz or not.
The program will make USC of two parallel arrays.
Each array must be able to support up to 30 characters (so you have two arrays
of char or unsigned char values, each one with 30 elements).
Your program will need to read in the student answer input file name from cm. It will also need
to read in the correct answer file name from ciii. You should use the» operator to read
from cm and not get or getline. Using get or getline will be more difficult and will require that
you filter out white-space characters in your program.
The contents of the student input file should be read into one char array. The file will contain up
to 30 characters, each character on a separate line of the file. The first line in the input file will
contain the students answer to the first question, the second line will contain the student’s answer
to the 2nd question. and so on for tip to 30 questions. The answers are A, B, C or D (all upper
case).
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 |
---|---|---|---|---|---|---|
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 | 1 | 2 | 3 | 4 | 5 |