Arrange the following lines to make a program that determines when the number of people in a restaurant equals or exceeds 10 occupants. The program continually gets the number of people entering or leaving the restaurant. Ex: 2 means two people entered, and -3 means three people left. After each input, the program outputs the number of people in the restaurant. Once the number of people in the restaurant equals or exceeds 10, the program exits. If an InputMismatchException exception occurs, the program should get and discard a single string from input. Ex: The input "2 abc 8" should result in 10 occupants. Not all lines are used in the solution. Mouse: Drag/drop Keyboard: Grab/release Spacebar (or Enter Move 1- Cancel Esc Unused MaxOccupancyTracker.java Load default template.. totalNumPeople += scnr.nextInt(); import java.util.Scanner; import java.util.InputMismatchException; scnr.nextLine(); public class MaxOccupancyTracker { public static void main (String 0 args) { System.out.println("Error"); scnr.next(); Scanner scnr = new Scanner(System.in); } int maxNumPeople = 10; int totalNumPeople = 0; catch (InputMismatchException e) { System.out.println("We're full!"); } if (totalNumPeople < 0) { totalNumPeople = 0; } while (totalNumPeople < maxNumPeople) { System.out.println("Occupancy: + totalNumPeople);

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
Arrange the following lines to make a program that determines when the number of people in a restaurant equals or exceeds 10
occupants. The program continually gets the number of people entering or leaving the restaurant. Ex: 2 means two people
entered, and -3 means three people left. After each input, the program outputs the number of people in the restaurant. Once the
number of people in the restaurant equals or exceeds 10, the program exits.
If an InputMismatchException exception occurs, the program should get and discard a single string from input. Ex: The input "2
abc 8" should result in 10 occupants. Not all lines are used in the solution.
Mouse: Drag/drop
Keyboard: Grab/release Spacebar (or Enter
Move 11-
Cancel Esc
Unused
MaxOccupancyTracker.java
Load default template..
totalNumPeople += scnr.nextInt();
import java.util.Scanner;
import java.util.InputMismatchException;
scnr.nextLine();
public class MaxOccupancyTracker {
public static void main (String [ args) {
System.out.println("
"Error");
scnr.next();
Scanner scnr
new Scanner(System.in);
}
int maxNumPeople
10;
int totalNumPeople
= 0;
}
catch (InputMismatchException e) {
}
System.out.println("We're full!");
if (totalNumPeople < 0) {
totalNumPeople
}
= 0;
}
while (totalNumPeople < maxNumPeople) {
System.out.println("Occupancy:
+ totalNumPeople);
%3D
Transcribed Image Text:Arrange the following lines to make a program that determines when the number of people in a restaurant equals or exceeds 10 occupants. The program continually gets the number of people entering or leaving the restaurant. Ex: 2 means two people entered, and -3 means three people left. After each input, the program outputs the number of people in the restaurant. Once the number of people in the restaurant equals or exceeds 10, the program exits. If an InputMismatchException exception occurs, the program should get and discard a single string from input. Ex: The input "2 abc 8" should result in 10 occupants. Not all lines are used in the solution. Mouse: Drag/drop Keyboard: Grab/release Spacebar (or Enter Move 11- Cancel Esc Unused MaxOccupancyTracker.java Load default template.. totalNumPeople += scnr.nextInt(); import java.util.Scanner; import java.util.InputMismatchException; scnr.nextLine(); public class MaxOccupancyTracker { public static void main (String [ args) { System.out.println(" "Error"); scnr.next(); Scanner scnr new Scanner(System.in); } int maxNumPeople 10; int totalNumPeople = 0; } catch (InputMismatchException e) { } System.out.println("We're full!"); if (totalNumPeople < 0) { totalNumPeople } = 0; } while (totalNumPeople < maxNumPeople) { System.out.println("Occupancy: + totalNumPeople); %3D
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 2 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY