MichiganCities.java 9 { 10 11 23456 12 13 14 15 16 17 18 19 20 + 21 22 23 24 25 26 27 28 29 30 31 32 33 } 34 35 36 } 37 public static void main(String args[]) throws Exception { // Declare variables. String inCity; // Initialized array of cities in Michigan. String citiesInMichigan[] = {"Acme", "Albion", "Detroit", "Watervliet", "Coloma", "Saginaw", "Richland", "Glenn", "Midland", "Brooklyn"}; boolean foundIt = false; // Flag variable. int x; // Loop control variable. // name of city to look up in array. // Get user input. Scanner input = new Scanner(System.in); System.out.println("Enter the name of the city: "); inCity input.nextLine(); // Write your loop here. // Write your test statement here to see if there is // a match. Set the flag to true if city is found. // Test to see if city was not found to determine if // "Not a city in Michigan" message should be printed. for (x=0; x

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

I'm getting the wrong output for the add-ins

<>
Bb My Grades - Fundament...
#K
!!!
3
Java Lab: Unit 6 Searching an Array for an Exact Match in Java
MichiganCities.java
+
|₁||
CENGAGE MINDTAP
9 {
10
11 {
12
13
999
C MindTap - Cengage Lear...
</> 14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33 }
34
35
36 }
37
C Study the prewritten cod...
"Richland", "Glenn", "Midland",
public static void main(String args[]) throws Exception
C Searching an Array for a...
ng.cengage.com
boolean found It false; // Flag variable.
int x;
// Loop control variable.
// Declare variables.
String inCity;
// Initialized array of cities in Michigan.
String citiesInMichigan[] = {"Acme", "Albion", "Detroit", "Watervliet", "Coloma", "Saginaw",
"Brooklyn"};
// name of city to look up in array.
// Get user input.
Scanner input = new Scanner(System.in);
System.out.println("Enter the name of the city: ");
inCity = input.nextLine();
// Write your loop here.
// Write your test statement here to see if there is
// a match. Set the flag to true if city is found.
// Test to see if city was not found to determine if
// "Not a city in Michigan" message should be printed.
for (x=0; x<citiesInMichigan.length; x++) {
if(inCity.equals IgnoreCase(citiesInMichigan[x]))
found It = true;
break;
if(foundIt == false) {
System.out.println("Not a city in Michigan");
b Answered: In this lab, yo...
b Search results for 'Parall...
b Answered: // Michigan Cit...
Q Search this course
>_ Terminal
+
Enter the name of the c
ity:
П
A-Z
Transcribed Image Text:<> Bb My Grades - Fundament... #K !!! 3 Java Lab: Unit 6 Searching an Array for an Exact Match in Java MichiganCities.java + |₁|| CENGAGE MINDTAP 9 { 10 11 { 12 13 999 C MindTap - Cengage Lear... </> 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 } 34 35 36 } 37 C Study the prewritten cod... "Richland", "Glenn", "Midland", public static void main(String args[]) throws Exception C Searching an Array for a... ng.cengage.com boolean found It false; // Flag variable. int x; // Loop control variable. // Declare variables. String inCity; // Initialized array of cities in Michigan. String citiesInMichigan[] = {"Acme", "Albion", "Detroit", "Watervliet", "Coloma", "Saginaw", "Brooklyn"}; // name of city to look up in array. // Get user input. Scanner input = new Scanner(System.in); System.out.println("Enter the name of the city: "); inCity = input.nextLine(); // Write your loop here. // Write your test statement here to see if there is // a match. Set the flag to true if city is found. // Test to see if city was not found to determine if // "Not a city in Michigan" message should be printed. for (x=0; x<citiesInMichigan.length; x++) { if(inCity.equals IgnoreCase(citiesInMichigan[x])) found It = true; break; if(foundIt == false) { System.out.println("Not a city in Michigan"); b Answered: In this lab, yo... b Search results for 'Parall... b Answered: // Michigan Cit... Q Search this course >_ Terminal + Enter the name of the c ity: П A-Z
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 5 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