Question: do the following: code attached in photo, create 2 reports Add a used defined class to the code Make all of the major data members
do the following: code attached in photo, create reports
Add a used defined class to the code
Make all of the major data members of the class this is the arrays and the count
Make all of the methods members of the class
Design specifications:
DO NOT change the logic or the flow of the program
The class definition MUST be defined after the end of the base class
The class declaration statement must be just after the void main statement
All of the data within the class must be defined just after the new class statement
All of the methods that are part of the class MUST be defined just after the data definitions in the new class
There are to be NO parameters in the method headers. Therefore, NO data will be passed to any methods EXCEPT the menu method
All calls to the methods within the class are to be done within the main class as there are in the original code
Code not meeting the specifications above will be considered incorrect
What to turn in:
Create a word document with your name and date
Next copy the code to the work document
Next copy a screen shot of reports running
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
