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

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.

The error message "';' expected" usually occurs when there is a missing or misplaced semicolon in the code.

To fix the error, please check if there is any missing semicolon in line 11 of the YummyMotto2.java file. The semicolon should be placed right after the statement that is causing the error.

Once you have identified the line with the error, make sure to add the missing semicolon in the appropriate location.