Create a Java GUI that allows the user to enter a desired textin a text field. Provide a button, when clicked, counts how manytimes each vowel appears in this string. (you may find thefollowing String function useful: char charAt(int index)) (inJava)
Expert Answer
An answer will be send to you shortly. . . . .