ComputerScienceExpert

(11)

$18/per page/

About ComputerScienceExpert

Levels Tought:
Elementary,Middle School,High School,College,University,PHD

Expertise:
Applied Sciences,Calculus See all
Applied Sciences,Calculus,Chemistry,Computer Science,Environmental science,Information Systems,Science Hide all
Teaching Since: Apr 2017
Last Sign in: 103 Weeks Ago, 4 Days Ago
Questions Answered: 4870
Tutorials Posted: 4863

Education

  • MBA IT, Mater in Science and Technology
    Devry
    Jul-1996 - Jul-2000

Experience

  • Professor
    Devry University
    Mar-2010 - Oct-2016

Category > Programming Posted 02 May 2017 My Price 8.00

Flight Codes

Flight Codes:

Write a Java program that requests a user to enter a flight code. The program should verify that the user enters a valid flight code. A valid flight code begins with 2 or 3 capital letters and is followed by 3 or 4 digits. This program should use the.matches(<...>) method with a regular expression. If the user does not enter a valid code, your program should continually request that they enter a valid flight code until a valid code is entered.

1) Sample run of program:

EI320                                       //user input

Flight code is valid                 //output based on value

2) Sample run of program:

rea4121                                   //user input

Flight code is NOT valid       //output based on value of code

REA4121                                 //user input

Flight code is valid                //output based on value

Answers

(11)
Status NEW Posted 02 May 2017 06:05 AM My Price 8.00

-----------

Not Rated(0)