Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Probabilistic Databases

Authors: Dan Suciu, Dan Olteanu, Christopher Re, Christoph Koch

1st Edition

3031007514, 978-3031007514

More Books

Students also viewed these Databases questions

Question

How are the network and hierarchical models different?

Answered: 1 week ago

Question

How do modern Dashboards differ from earlier implementations?

Answered: 1 week ago