Prepare an eduucational game is created to teach young children the vowel letters. write a java program to help the playrs by applying the following steps:
1: get the number of characters from the player.
2:creat an array called Alphabets to store all the letters entered by the player.
3:get a sequence of letters from the player and store them in the array.
4:create a method called DisplayVoweilLetters that gets alphabets (as array of char). the method will display only the vowel letter stored in the array.
5: display the menu to perform the following operationbs until the player enters 3 to exit:
* * * M E N U * * *
1: Display the vowel letters.
2:count and display the number of vowel letters.
3:Exit.
Yore coice is:
a. Display the vowel letters : display only the vowel letters stored in the array.
b. Count and display the nomber of vowel letters: counts only the vowel letters stored in the array and display the number of vowels entered in the array
c: Exit: exits the program.