Objectives: The objective of this assignment is to use C++ to queue students into an array-based queue for BCS registration. Students have the option of taking five different courses, but each course can only hold 8 students.
Registration is first-come, first-served and therefore makes the queue data structure appropriate for this task...