Search:

Type: Posts; User: GregBrannon

Search: Search took 0.12 seconds.

  1. Replies
    5
    Views
    1,294

    Re: Remove a number from a stack

    Again, I think writing down the steps would be helpful. As a hint, your current code is much more complicated than it needs to be. I suggest you start that method over from a blank sheet of paper,...
  2. Replies
    5
    Views
    1,294

    Re: Remove a number from a stack

    The do/while loop in the sacaNumero() method is an infinite loop. You can verify this by adding a print statement inside the loop somewhere. You might try writing down the steps to find the desired...
Results 1 to 2 of 2