Search:

Type: Posts; User: SunshineInABag

Search: Search took 0.08 seconds.

  1. Replies
    12
    Views
    2,447

    Re: Calling up array methods from main

    No offence but, how is it you can write your own methods, use static, return statements and single-dimension arrays, yet don't know how to call them? Use whatever source(s) you're studying or...
  2. Replies
    12
    Views
    2,447

    Re: Calling up array methods from main

    Since all the methods are static, you just need to call them without creating an instance of the class and make sure you assign a variable that is of the same data type as the return (for your...
Results 1 to 2 of 2