Idk what is call but something I don't understand | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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.

31st Dec 2016, 1:10 AM
Juan Madrigal
Juan Madrigal - avatar
1 Answer
+ 1
that means that you have to put in the first parameter a variable from type String and in the second a Integer
2nd Jan 2017, 11:44 PM
Samxamnam
Samxamnam - avatar