write my assignment 9248

However it is fine to make assumptions similar to your text such as placing a limit on the size of the queue.Important: Be careful with ‘edge’ or ‘border’ cases – for example, what happens when you remove an item and no items are present? You may also overflow your data structure depending on your implementation. In these conditions make sure you print an error on the screen. Your program should not break in these conditions!Inputs:new – Initializes the queue.add <string> – inserts the string into the queue.remove – removes the next item string (using FIFO) on the queue and prints out the value.isfull – prints whether or not the queue is fullisempty – prints wether or not the queue is emptyYou are welcome to use numeric choices such as 1) new 2) isfull 3) isempty etc to simplify coding of input/output routines so long as the core functionality is there and accessible to the user.Each of your commands should output confirmation such as “Marty has been added to the queue”.

 
"Not answered?"
Get the Answer