Implement Queue with array in C#

This program helps you to implement Queue with array in C# perhaps of using built-en functionality of Enqueue and Deqeue.

Gives you the more clear concept of Enqueue and Deqeue, What was done behind them, How elements are inserted and deleted with the functionality of FIFO (First in First Out).