Write a python program to add, delete and display elements from a Queue using list.
Answers
Answered by
2
will you get your correct answer
Attachments:
Answered by
0
Explanation:
Create a class and using a constructor initialize values of that class.
Create methods for adding, removing and displaying elements of the list and return the respective values.
Create an object for the class.
Similar questions