Question: please write code in c++ this is all one question main.pp Enter your first and last name at the top in comments. Include file student.h

main.pp Enter your first and last name at the top in comments. Include file student.h - be sure to include the path as it is in a different folder. Declare a constant integer named AP STUDENTS with a value of 2 . Declare a constant integer named NBR_STUDENTS with a value of 3. Inside the main function: Declare a Student array named students_ap with an array size of AP_STUD initialize the student names as: Mike Miller and Linda Lawson. Declare a Student array named students with an array size of NBR_STUDEN Under the code: cout "Enter scores for AP students \ "; " Write a loop to call setScores for each student in the students_ap array. Under the code: cout "Show scores for AP students \ " *; Write a loop to call showScores for each student in the students_ap array. Under the code: cout "Enter names for non-AP students ; Write a loop to call updateName for each student in the students array. Under the code: cout
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
