Search:

Type: Posts; User: vysero

Search: Search took 0.19 seconds.

  1. Re: Need help fast!!! 2 hours left!!! simple stack ADT

    Here is what I have so far:


    import java.util.Scanner;
    public class firstproject {
    public static void main(String[] args)
    {
    int choice, pushValue;
    boolean done = false;
    ...
  2. Re: Need help fast!!! 2 hours left!!! simple stack ADT

    Yeah I am sorry guys. I do post in a lot of forums, and so I know the rules (in general) but I was definitely freaked out. The ironic thing is that I found out the homework is not due until Monday...
  3. Need help fast!!! 2 hours left!!! simple stack ADT

    I am sooooooooo sorry if you don't like posts like this but I am in trouble i have homework due in 2 hours need help fast:

    Add two new methods to class stack:

    isEmpty() // returns true if the...
Results 1 to 3 of 4