Search:

Type: Posts; User: my21

Search: Search took 0.08 seconds.

  1. Replies
    12
    Views
    2,444

    Re: Calling up array methods from main

    I got it! Thanks for your help!
  2. Replies
    12
    Views
    2,444

    outputting

    I'm having problems outputting or testing the methods by main.


    public static void main(String[] args) {

    }
    public static int randomInt(int low, int high) {
    int difference =...
  3. Replies
    12
    Views
    2,444

    Re: Calling up array methods from main

    I still don't understand what you mean. Could you provide me with an example?
  4. Replies
    12
    Views
    2,444

    Calling up array methods from main

    I'm having trouble just calling up the methods from main. I just need to test them to see if they work.


    public static void main(String[] args) {
    // TODO code application logic here
    ...
Results 1 to 4 of 4