0
I can't take out the error from my code.
My code is valid, but is an illegal type of start and i need <indefiter>. Maybe is a bug that need to be fixed, but the Java tutorial (Module "Classes and Objects") doesn't lie. What's the matter? https://code.sololearn.com/cD6fagNh0Vq6/?ref=app
2 Answers
0
You forgot to add the method body
void foot() {
System.out.println("Hello ball!");
}
0
jtrh thanks