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 ) 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);
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 ) 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...
Related questions
Question
Drag and drop the unused lines to complete the code.

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

This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
This is a popular solution!
Trending now
This is a popular solution!
Step by step
Solved in 4 steps with 2 images

Recommended textbooks for you

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 Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science

Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning

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 Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science

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
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning

Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education

Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY