Hello, i have an assignment where i need to make a simulation of a checkout line of a supermarket. for example, when the first customer arrives, say so and start servicing the customer. when the 2nd customer arrives, if the 1st is done, begin servicing the 2nd. else, queue the 2nd customer. so far i have made a program that does that but im not sure if its right. can anyone check it? thank you.