write a program to input a word. calculate the total number of characters and vowels present in a word .The program also displays the reverse word.
sample input :SNOWY sample output:Number of vowels :1
Number of characters: 5 reversed words : ywons*
Answers
Answered by
0
Answer:
Given a string str with uppercase, lowercase and special characters. The input string is to end with either a space or a dot. The problem is to calculate the number of words, vowels and frequency of each character of the string in a separate line.
Similar questions