Question: C++ C++ Write a program that asks the user to enter the names of students, the number of class meetings, and the number of days
C++
C++
Write a program that asks the user to enter the names of students, the number of class meetings, and the number of days the students attended the class using dynamic arrays. The program should then output each students name and the attendance rate.
Submit the code, and copy and paste the screenshot of the output here.

Enter the number of students 5 Enter the number of classes 32 Enter the names of students Christina Jose James Maria Brian Enter the number of days the students attended the class 3029322527 StudentNameChristinaJoseJamesMariaBrianAttendanceRate93.7590.62100.0078.1284.38
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
