Write a code that tests for a match.

Assignment Help JAVA Programming
Reference no: EM13950628

The program uses an array that contains valid names for 10 cities in the Illinois. You ask the user of the program to enter a city name; your program then searches the array for that city name. If it is not found, the program should print a message that informs the user that the city name is not found in the list of valid cities in Illinois.
The data file provided for this lab includes the input statements and the necessary variable declarations. You need to use a loop to examine all the items in the array and test for a match. You also need to set a flag if there is a match, and then test the flag variable to determine if you should print the "Not a city in Illinois" message. Comments in the code tell you where to write your statements. You can use the Mail Order Program in this chapter guide.

- Write a loop statement that examines the names of cities stored in the array.

- Write a code that tests for a match.

- Write code that, when appropriate, prints the message: Not a city in Illinois.

- Execute the program using the following as input:

o Peoria

o Kankakee

o Austin

o Boise

// IllinoisCities.java - This program prints a message for invalid cities in Illinois.
// Input: Interactive.
// Output: Error message or nothing.

importjavax.swing.*;

publicclassIllinoisCities
{
publicstaticvoid main(String args[]) throws Exception
{
// Declare variables.
String inCity; // name of city to look up in array.

// Initialized array of cities in Illinois.
String citiesInIllinois[] = {"Chicago", "Peoria", "Alton", "Springfield", "Batavia", "Naperville", "Kankakee", "Lisle", "Decatur", "Normal"};
booleanfoundIt = false; // Flag variable.
int x; // Loop control variable.

// Get user input.
inCity = JOptionPane.showInputDialog("Enter name of city: ");

// 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 Illinois" message should be printed.

System.exit(0);

Reference no: EM13950628

Questions Cloud

Motivation in the jack welch icon of leadership : "Motivation" in the Jack Welch Icon of Leadership video, describe what intrinsic/extrinsic motivators do you see applied within your organization
Assume the existence of a function copyvillian : Show how you would use the above copyVillian function to create a copy of sharpay called sharpaysMoreEvilTwin.
Encourage competition and collaboration to motivate : How you encourage competition and collaboration to motivate your workforce. Must be 2 full pages and limit the words of "ly" APA format
Use to close the accounts : Unsatisfactory office equipment costing $140 was returned to Discount Computer for credit to be applied against the outstanding balance owed by Byte. use to close the accounts
Write a code that tests for a match. : Comments in the code tell you where to write your statements. You can use the Mail Order Program in this chapter guide.
How was Malthus view different from Keynes : How was Malthus's view different from Keynes?How was the period during which he was writing affect this comparison?Does his feeling that the landed aristocracy should be promoted also affect this comparison?"
What price would make demand unitary elastic : Given p = 30-3q what price would make demand unitary elastic?
Impact of dysfunctional teams in organizations : Effective teams solve problems. What are the problems/impact of dysfunctional teams in organizations-support your statement. Limit the use of "ly" words such as notably
Write java parallel arrays by the jumpinjive.java : Write the code that prints the name and price of the add-in or error message and and also write the code that prints the total order cost.

Reviews

Write a Review

JAVA Programming Questions & Answers

  Recursive factorial program

Write a class Array that encapsulates an array and provides bounds-checked access. Create a recursive factorial program that prompts the user for an integer N and writes out a series of equations representing the calculation of N!.

  Hunt the wumpus game

Reprot on Hunt the Wumpus Game has Source Code listing, screen captures and UML design here and also, may include Javadoc source here.

  Create a gui interface

Create GUI Interface in java programing with these function: Sort by last name and print all employees info, Sort by job title and print all employees info, Sort by weekly salary and print all employees info, search by job title and print that emp..

  Plot pois on a graph

Write a JAVA program that would get the locations of all the POIs from the file and plot them on a map.

  Write a university grading system in java

University grading system maintains number of tables to store, retrieve and manipulate student marks. Write a JAVA program that would simulate a number of cars.

  Wolves and sheep: design a game

This project is designed a game in java. you choose whether you'd like to write a wolf or a sheep agent. Then, you are assigned to either a "sheep" or a "wolf" team.

  Build a graphical user interface for displaying the image

Build a graphical user interface for displaying the image groups (= cluster) in JMJRST. Design and implement using a Swing interface.

  Determine the day of the week for new year''s day

This assignment contains a java project. Project evaluates the day of the week for New Year's Day.

  Write a java windowed application

Write a Java windowed application to do online quiz on general knowledge and the application also displays the quiz result.

  Input pairs of natural numbers

Java program to input pairs of natural numbers.

  Create classes implement java interface

Interface that contains a generic type. Create two classes that implement this interface.

  Java class, array, link list , generic class

These 14 questions covers java class, Array, link list , generic class.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd