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

  Use a gui interface to control and display result of program

The scenario is inspired by a Library Management System (LIMS). For the first version of the project, the LIMS is a very basic one, allowing just for the import of data from a text file and perfom some basic search operations.

  Creating the gui for the game interface

A GUI-based application that allows a user to play a simple trivia game

  Graphicsframe class

This program makes use of the GraphicsFrame class and the Drawable interface. Your missions is to create the class Airplane. Each Airplane object should store the following information (fields): manufacturer modelNumber maximumSpeed // in knots maxim..

  Write a java program to read a string value from the user

Write a Java program to read a string value from the user, the program prints out the entered string, and then prints out the string one character per line.

  Write a java program to read the numbers from the disk file

Write a Java program to read the numbers from the disk file and store them in an integer array ( not an ArrayList ).

  Write a java program to store four records

You will handle student records in a file named "student_record". Each record in the file consists of student number of integer type and student name of 32 characters, so the size of each record is 36 bytes. You need to write a Java program to sto..

  Write a java application that calculates the internet cost

Write a java application that calculates and displays the internet cost and GST (10% Goods & Services Tax) for N customers. N should be declared as a constant and it should be equal to the largest digit of your student ID number.

  Calculates the total annual compensation of a salesperson

calculates the total annual compensation of a salesperson

  Write a program that prompts the user to input three numbers

Write a program that prompts the user to input three numbers. This program should then output the numbers in nondescending order.

  What purpose does the wbs serve

What purpose does the WBS serve? Describe the structure of a WBS. How does a WBS contribute to accurate estimates?

  Write a program that prompts the user to enter the mass

Write a program that prompts the user to enter the mass of a person in kilograms and outputs theequivalent weight in pounds. Output both the mass and the weight rounded to two decimalplaces. (Note that for standard Earth gravity, 1 kilogram = 2.2 pou..

  Extend the java defined hashmap class

Your goal is to extend the java defined HashMap class to add the ability to store multiple objects. To do this, you will edit MultiHashMap.java to both add new methods and override two methods from HashMap.

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