0
Idk what is call but something I don't understand
static String encrypt(String text, int offset) okay can anyone explain how this works. like why they have String text, int offset) I know they are variable but how it works.
1 Odpowiedź
+ 1
that means that you have to put in the first parameter a variable from type String and in the second a Integer