Translated Labs

YOU SAID:

public boolean shareDigit(int a, int b) { if(a%10==b%10||a%10==b/10||a/10==b%10||a/10==b/10){ return true; }else{ return false; } }

INTO JAPANESE

public boolean shareDigit(int a、int b){if(a%10 == b%10 || a%10 == b / 10 || a / 10 == b%10 || a / 10 == b / 10){trueを返す; } else {return false; }}

BACK INTO ENGLISH

public boolean shareDigit (int a, int b) {if (a% 10 == b% 10 || a% 10 == b / 10 || a / 10 == b% 10 || a / 10 == b / 10) {return true;} else {return false;}}

INTO JAPANESE

public boolean shareDigit(int a、int b){if(a%10 == b%10 || a%10 == b / 10 || a / 10 == b%10 || a / 10 == b / 10){trueを返す;} else {falseを返す;}}

BACK INTO ENGLISH

public boolean shareDigit (int a, int b) {if (a% 10 == b% 10 || a% 10 == b / 10 || a / 10 == b% 10 || a / 10 == b / 10) {return true;} else {return false;}}

Equilibrium found!

Okay, I get it, you like Translation Party.

HOT PARTIES

You may want to crash these parties too

1
votes
12Jul18
1
votes
12Jul18
1
votes