In the OPs example it has this unreachable code (three times):
After returning you can't print anything so the println() is unreachable.
kind regards,
Jos
Code:
return <something>: System.out.println(<something>);
kind regards,
Jos
Comment