Question
In C++ Create a participation tracking system that will aid in keeping track of participation in class using multidimensional arrays, and while loops. Read the
In C++ Create a participation tracking system that will aid in keeping track of participation in class using multidimensional arrays, and while loops. Read the student's full name from a file and load the full name in a parallel array or an array of structs. Generate a random number which correspond to a student name. Please enter the student number or type r to select a random student. If the student is present in the class the program will record the students participation. Once a student participated it will be flagged with participation equal to TRUE and the program will not consider it for more random selection during that run of the program. If your random selector picks a student that already participated it will continue generating random selections until it gets the number of a student that has not participated.
If a student raises their hand to answer a question, the professor will enter the student number in the program and that student will be credited with participation. The participation flag will be updated to TRUE, and if the end user tries to enter participation for the same user twice the program should display a message saying That student already has participation recorded. Please select another student. Incorporate no more than a total of five names.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started