Assignment7cpp Need Complete Include Header File Include Include Include Include Constant Q37063852

In this assignment, you will write a simple class roster management system for ASU CSE100 Step : First, you will need to finimedia%2F3c8%2F3c82e1d5-7c24-4663-bbe8-5dchoice, the program then proceed to the relevant part accordingly. The skeleton of the progranm is given to you, you will neeAssignment7.cpp (need to complete):
//include the header file//—-#include <iostream>#include <iomanip>#include <string>#include <fstream>
//a constant represents maximum number of students inCSE100const int MAX = 150;
//Function prototypes – see project description for eachfunction’s definitionint getStudentData(Student anArray[]);int getChoice();void displayMenu();
int searchByID(Student aClassroster[], int size, stringid);int searchByName(Student aClassroster[], int size, stringname);bool changeStudentName(Student aClassroster[], int size,string

OR
OR

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.