need this task for airline company including ( menu with book economy or business or first class with a price for teenagers, adults, and children +book hotels + book trips + offers + bill ). using
java
Complete the following tasks for the Application:
Include a user menu (data-driven menu is required) with a selection control structure such as switch statement which allows program users to choose or select options.
Include at least 2 (two) simple iteration control structures (for, while and do-while statements).
Use at least 2 (two) arrays to add and retrieve data as well as traverse, search and sort the values in the array for use in a business solution.
Include at least 2 (two) common built-in functions making use of Java Utilities such as
String and Math etc.
Include at least 5 (five) user defined methods/functions with each performing a unique functionality.
Use of control structures in combination with user defined functions to solve problems.
Write source code which follows best practices in naming conventions with use of comments to improve code readability and organization.