I use eclipse to help me code & I have been having issues with the error message \"Syntax error on token(s), misplaced construct(s)\" coming up, I\'m not entirely sure what
Use {} after public static void main(String args[]), not ;.
{}
public static void main(String args[])
;