Posts by user31194 • 21 points
1 post
-
2
votes2
answers1158
viewsQ: Remove specific data on a stack
I have no idea how to remove a specific data from a stack. I tried to perform the minhaPilha.remove(); and nothing went right. Console.WriteLine("<Pilha>"); Stack<string> minhaPilha =…