Question: yes It's a question of java Problem Specifications: Write a Java program that prompts the user to enter two lines of words. The words are

 yes It's a question of java Problem Specifications: Write a Java

yes It's a question of java

Problem Specifications: Write a Java program that prompts the user to enter two lines of words. The words are separated by spaces. Extract the words from the two lines into two lists. Write the following methods that do the: 1. Display the union of the two lists in ascending alphabetical order using quick sort. 2- Display the difference of the two lists in descending alphabetical order using merge sort. 3- Display the intersection of the two lists in ascending alphabetical order using quick sort. 4- Recursively display the number of vowel letters in each list. The letters for vowels are A, E, I, O, and U. 5- Display a menu of six options: insert two lists, display the union, display the difference, display the intersection, display the vowel letters, and end program. Find the time complexity of the above five methods. Write the Bio-O notation as a comment next to each method. Use to represent the power sign (Example N = N^3)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock 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 Databases Questions!