Use EITHER Visual Studio or Xcode for this assessment,
Your submission should include a zip fi le with all the necessary code fi les to compile, support, and run yourapplication. The zip fi le submission must also keep the project fi le and folder structure intact for the VisualStudio IDE or Eclipse IDE.
Requirements
You must write a program containing two classes (i.e.,StudentandRoster). The program will maintain a current roster of students within a given course. Student data for the program include student ID, first name, last name, email address, age, an array of the number of days to complete each course, and degree program. This information can be found in the “studentData Table” below. The program will read a list of five students and use function calls to manipulate data (see part F4in the requirements below). While parsing the list of data, the program should create student objects. The entire student list will be stored in one array of students called classRosterArray. Specific data-related output will be directed to the console.


- Refer back to the Performance Assessment in the WGU folder for extra requirements
You may not include third-party libraries. Your submission should include one zip file with all the necessary code files to compile, support, and run your application. You must also provide evidence of the program’s required functionality by taking a screen capture of the console run, saved as an image file
Todo List
- Install Xcode/Visual Studio
- Run a hello world app
- start with all of the requirements and make it to the best of my ability