The program should display menu with this line"Welcome to Virtual line system" and developed using pointers and linked list | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 2

The program should display menu with this line"Welcome to Virtual line system" and developed using pointers and linked list

 When option 1 is selected, if there is no customer in the line, give some warning such as there is no customer for now. Otherwise, print the name of the first customer in the line and remove it from the line.  When option 2 is selected, ask for the name of the customer and add the customer to the end of the line.  When option 3 is selected, the program exits/terminate.

11th Sep 2022, 5:39 PM
Thabiso
2 Answers
+ 2
Thabiso , can you please tell us what your question or issue is ?
11th Sep 2022, 6:41 PM
Lothar
Lothar - avatar
+ 1
Also, pls fix the tags. Just remove all of them and include a single one with the language name.
12th Sep 2022, 1:16 AM
Emerson Prado
Emerson Prado - avatar