Search:

Type: Posts; User: snowguy13

Search: Search took 0.11 seconds.

  1. Thread: Array

    by snowguy13
    Replies
    3
    Views
    1,287

    Re: Array

    Glad you got it working!

    Have fun learning the language! :)
  2. Thread: Array

    by snowguy13
    Replies
    3
    Views
    1,287

    Re: Array

    Look at what the error is telling you. You are putting a String[] as an argument to a method that requires an int[]:

    public static void showElements(int[] strings)

    If you want the method to...
Results 1 to 2 of 2