Search:

Type: Posts; User: _lithium_

Search: Search took 0.07 seconds.

  1. Replies
    6
    Views
    1,782

    Re: confused on loop

    Validator.java:150: non-static variable ssns cannot be referenced from a static context
    System.out.println(ssns);
    ^


    Thats why I said I tried a lot of different solutions...
  2. Replies
    6
    Views
    1,782

    Re: confused on loop

    Ok so I guess I still am having issues(differently then the prior questions) and can't seem to figure it out.

    This is what the error says:
    Validator.java:16: non-static method getArrayList()...
  3. Replies
    6
    Views
    1,782

    Re: confused on loop

    Yeah I attempted that earlier, I actually got it going by just doing a nested While loop (I think it should be good enough)

    import java.util.Scanner;

    public class SSNValidatorApp
    {
    public...
  4. Replies
    6
    Views
    1,782

    confused on loop

    Okay, so I've been sitting here trying to figure out a solution to get this to work:
    c. After the call to the getSSN(…) method, insert a while statement that tests whether the...
Results 1 to 4 of 4