Skip to content
Advertisement

Syntax error on token “void”, record expectedJava(1610612940)

I am trying to make a program that would translate english into pig latin. I have written my code however i keep getting the error “Syntax error on token “void”, record expectedJava(1610612940)”.

JavaScript

Thank you.

Advertisement

Answer

First, you need a class to put in you main() method

JavaScript

With this your code is calling your pigLatin method, but I don’t know if code inside is working as you expect

Regards,

User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement