Write a program (Using scanner class) to input any given token word. Calculate the
total number of characters and vowels present in the token. The program also displays the
token after reversing the characters.
Sample Input: SNOWY
Sample Output
Number of vowels : 01
Number of Characters: 05
Reversed token : YWONS
Answers
Answered by
1
Attachments:
Similar questions