Question: Need help with a lab in C language. Correct answer will get a thumbs up! Write pseudocode and translate it to C-program for the following
Need help with a lab in C language. Correct answer will get a thumbs up!

Write pseudocode and translate it to C-program for the following problem. In this problem, you will create and maintain a virtual line for a service. Your program will display a menu with the following items 0. Call a customer 1. Add a customer 2. Quit Please input your command (0-2): When 0 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 the customer from the line. When 1 is selected, ask the name of the customer and put the customer to the end of the line. When 2 is selected, your program exits. You must use linked lists in your pseudocode and C-program. No standard library function is allowed to delete or insert a node to the linked list. The data structure of the linked list can be defined in the Data section of your pseudocode, in a manner mentioned in Lab 10
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
