Could someone help me with these questions?
How do I create String array method? Is this correct?
public static String [] getrandom ()
How do I pass in String array into method?
public static boolean getaccess (String[]randomNo,String realNo)
How do I call that method. This is what I have done and it's giving me errors.
getaccess(randomNo[],realNo);
Thanks very much.