Answered step by step
Verified Expert Solution
Link Copied!

Question

00
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
image text in transcribed
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

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

Is " 9 " > 4 and error in java

Answered: 1 week ago