Question: create a java program user has to type a work less than 20 charcters. the program should print the user-inputted word will all the vowels
create a java program
user has to type a work less than 20 charcters. the program should print the user-inputted word will all the vowels taken out, if the word is longer than 20 character print the word is too big. also it should print the index of the first vowel remved from the word.
can't use String.replaceAll() method.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
