Search:

Type: Posts; User: Cyclist

Search: Search took 0.13 seconds.

  1. Re: how to write a function *method* in Java to reverse an Array using Groovy?

    but we use Java, and the only difference between functions and methods is
    def + return type + name of the function
  2. how to write a function *method* in Java to reverse an Array using Groovy?

    :confused:b-(=((
    This is my solution:


    /*3) Write a function called reverse that takes a char array and returns the array in reverse order.*/

    char [] band = char [4];
    band [0] = "I";...
Results 1 to 2 of 2