Search:

Type: Posts; User: loui345

Search: Search took 0.08 seconds.

  1. Replies
    4
    Views
    1,209

    Re: Java Class EASY Assignment

    I just put random numbers in there, because I didn't really know what arguments you wanted to pass into your static method.
  2. Replies
    4
    Views
    1,209

    Re: Java Class EASY Assignment

    There are a few options you can do to fix this problem. Since you're using a static method you can just literally call the method by typing in the name:


    int n;



    Scanner...
Results 1 to 2 of 2