Algorithm and Data Structure Assignment, MUM, Malaysia Write a menu-based program to create a list of records (at least 3 data) using the queue concept
Question Write a menu-based program to create a list of records (at least 3 data) using the queue concept. Your program should be able to perform the following queue operation. 1. Enqueue 2. Dequeue 3. Queue rear 4. Queue front 4. View 5. Exit This program is designed using a...