I am new to java and have been trying to implement goto. The compiler is throwing an error saying
Exception in thread "main" java.lang.Error: Unresolved compilation problems:
Syntax error on token "goto", assert expected
restart cannot be resolved to a variable
at Chapter_3.Lab03_Chapter3.Factorial.main(Factorial.java:28)
Can someone tell me how to properly implement the goto statement or anything that acts like it?