hola a todos,
me estoy intentando registrar a un foro y la pregunta antispam es algo java y no tengo ni idea.
es esta cuestión:
Please take a look at this code:
int s = 2; int t = "AQE".hashCode() % 3000; int x = "ZUS".hashCode() % 3000; for (int v = 0; v <= x; v++) s = (s ^ v) % t; return s;
What is the returned value?
¿Alguien me puede dar la respuesta?
Gracias
¿Antispam?¡Asi me gusta!¡Con un par!
Salut, Paposo
hola a todos,
me estoy intentando registrar a un foro y la pregunta antispam es algo java y no tengo ni idea.
es esta cuestión:
Please take a look at this code:
int s = 2;
int t = "AQE".hashCode() % 3000;
int x = "ZUS".hashCode() % 3000;
for (int v = 0; v <= x; v++)
s = (s ^ v) % t;
return s;
What is the returned value?
¿Alguien me puede dar la respuesta?
Gracias