Yummy Catering provides meals for parties and special events. Write a program that displays Yummy Catering’s motto, which is Yummy makes the food that makes it a party. Save the file as YummyMotto.java.

YummyMotto2.java:11: error: ';' expected

1 answer

This error message is indicating that there is a missing semicolon on line 11 of the YummyMotto2.java file.

To fix this error, you need to find the line where the error occurred and add a semicolon at the end of the line.