Write a program that get a series of words from the user and stores them in a String array.Remove the vowels from the words and display the words in capital and in the reverse order.Example input and output of program:
Enter an English word ('q' to quit): Hello
Enter an English word ('q' to quit): Word
Enter an English word ('q' to quit): q
Output : WRLD HLL