/

Please fill out the following form to activate your account:

In an effort to combat spammers, we had to take the following action:

In which year did Albert Einstein pass away?



Please take a look at this code:
      int m = 2;
      int v = "ANN".hashCode() % 3000;
      int q = "API".hashCode() % 3000;
      for (int f = 0; f <= q; f++)
         m = (m ^ f) % v;
      return m;
What is the returned value?



What is the greatest common divisor of the previous two results?





Enjoy your stay on Java-Gaming.org!