Question: Write a method called checkNoFlyList which concatenates the first and last name then checks the name against a nofly list which contains three

Write a method called "checkNoFlyList" which concatenates the first and last name 

Write a method called "checkNoFlyList" which concatenates the first and last name then checks the name against a "nofly list " which contains three names: Jack Blue, Jack Green and Jill White. If the name matches (regardless of case differences) the method will return the code "9999".

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

Heres a Java method called checkNoFlyList that concatenates the first and last name and checks it ag... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!