CISP400V9A1
CISP400V9A1
(worth 180), or both (worth 180) for first assignment you will get a
score for assignment 1 either 150 points base or 180 points base.
Grading Criteria:
1. If the submitted program cannot be compiled or run on a
Microsoft visual studio 2013 C++ compiler, the assignment
will not get any credit.
2. If the file name does not follow the naming instruction as
stated in syllabus, the assignment will get 5 to 15 points
deduction.
3. If the header section of the submitted file does not include
personal information and purpose of the file, the assignment
will get 5 to 30 points deduction.
4. Late assignments will not get any credit for the assignment.
5. A submission does not follow the instructions of the
assignment will get little credit.
6. A portion of the assignment is not finished or incomplete will
get little or no credit.
7. Submit an assignment to a wrong drop box. The wrong drop
box one will not get any credit.
8. If use A for AD or AD for A assignments in the file name, the
student will not get any credit for the assignments.
9. If the submitted file(s) cannot be opened by the instructor’s
software (WinZip, Visual Studio, or text editor) the
assignment will have little credit.
10.If the submission file does not include all necessary
programming files to run the program, the program will get
little credit.
11.If the program does not separate into several files (driver,
header file, implementation file, etc.) as describe in the
assignment, the program will get little credit.
12.If the displaying result of the program is not exactly match
with the graphic in the assignment description or the
Page 1 of 4 CISP400V9A1
displaying result of the executable file which comes with the
assignment, the assignment will get little credit.
13.If the program does not have enough detail documentation in
the programming area the program will get 5 to 30 points
deduction.
14.If the program includes some unrelated documentation the
program will get some points deduction.
A1.
Page 2 of 4 CISP400V9A1
Please document the files(CISP400V9A1.cpp, GradeBook.cpp, and GradeBook.h)
properly and zip them into a proper named zip file for an assignment (refer to the
assignment section of the class syllabus) and submit it to the A1 dropbox of the D2L
Website.
AD1
Create an Employee class that includes three private data members— firstName (type
string), lastName (type string), and monthlySalary (type int ).
Page 3 of 4 CISP400V9A1
assignment. The CISP400V9AD1.cpp is a driver program for you to use to test the
implementation of this assignment. You need to create and finish coding the
Employee.h(Employee class declaration) and Employee.cpp (the implementation of
Employee class) based on the above specification.
Page 4 of 4 CISP400V9A1