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 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
Heres a Java method called checkNoFlyList that concatenates the first and last name and checks it ag... View full answer
Get step-by-step solutions from verified subject matter experts
