newCharArray()
Function that returns a new Char array.
newCharArray(size)
Returns a new Char array of the specified number of elements.
size
Integer that represents the number of elements in the new array.
|
newCharArray()Function that returns a new Char array. newCharArray(size)Returns a new Char array of the specified number of elements. size Integer that represents the number of elements in the new array. |
|