You must log in or register to comment.
Is the class declared static? I assume the “…ic class Answer07” at the top stands for “public class Answer07”.
I don’t think java supports top level static classes (it does have nested static classes, though).
It looks like exactly 4 characters are missing, so
publicandstaticwould fit, but I never sawstaticinstead ofpublic static, so I think you’re right. On the other hand, I don’t use Java anymore and couldn’t be bothered about such details


