but we use Java, and the only difference between functions and methods is
def + return type + name of the function
Type: Posts; User: Cyclist
but we use Java, and the only difference between functions and methods is
def + return type + name of the function
: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";...