Carly’s Catering provides meals for parties and special events. Write a programthat displays Carly’s motto, which is “Carly’s makes the food that makes it aparty.” Save the file as CarlysMotto.java. Create a second program that displays the motto surrounded by a border composed of asterisks. Save the file asCarlysMotto2.java. Explanation The goal of this program is to write two Java ...