A customer queue management system developed using C#.
- Add new customers to the queue
- Display the number of customers in the queue
- Remove and display the next customer in the queue
- Display the total amount owed by all customers in the queue
- Display the details of the customer who owes the maximum amount in the queue
- Implement a circular queue to retain all functionalities
- Programming Language: C#
- Framework: .NET Framework
- IDE: Visual Studio
- Visual Studio 2019 or later
-
Clone the repository:
git clone https://github.com/suatkocar/QueueOfCustomers.git
-
Open the solution file
Exercise1.sln
in Visual Studio. -
Build and run the project from Visual Studio.
This project is licensed under the MIT License - see the LICENSE.md file for details.
For any inquiries, please contact me at [email protected].