Carly’s Catering provides meals for parties and special events. In previous chapters, you developed a class that holds catering event information and an application that tests the methods using four objects of the class. Now modify the EventDemo class to do the following:
. Continuously prompt for the number of guests for each Event until the value falls between 5 and 100 inclusive.
.For one of the Event objects, create a loop that displays “Please come to my event!” as many times as there are guests for the Event.
Save the modified file as EventDemo.java.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.