Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Java language use (for loop )and (scanner ) (((DO NOT use arrays please!!))) only for Exercise1: Write a program to count the number of guests
Java language use (for loop )and (scanner ) (((DO NOT use arrays please!!))) only for
Exercise1: Write a program to count the number of guests in a restaurant. In particular, the console first asks the guest to enter her/his name, then, using a for loop, the program should automatically count the number of guests. Print the total result repeatedly after each 5 guests (i.e., 5, 10, 15, and 20). The program should terminate when the restaurant exceeds the maximum capacity which is 20 Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started