7. Write a program in Java to accept a String in upper case and replace all the vowels
present in the String with Asterisk (*) sign.
Sample Input: "TATA STEEL IS IN JAMSHEDPUR"
Sample output: TT ST L 'S 'N I'MSHEDP*R
Answers
Answered by
0
Answer:
I think it would help you
Attachments:
Similar questions