i sent a .java program which is working as intended to someone and he gets the following error messages when trying to execute the program:
Error:(22, 19) java: illegal character: '\u00bc'
Error:(22, 17) java: not a statement
Error:(63, 24) java: illegal character: '\u00bc'
Error:(63, 25) java: invalid method declaration; return type required
1) What might be the reason that its working fine on my end, but not on his?
2) What do the numbers in the brackets stand for? I want to fix the problem but i dont know where to start.