write a program to input any string to calculate the total numbers of characters leaving blank spaces, total number of vowels ( consider both the cases) present in the string and also print the total number of words
exampke: if sample inlut: human like apples
output: total numver of blank spaces: 15
total vowels:6
total numver of words : 3
Answers
Answered by
1
Explanation:
In which computer language do you want.. C++ Python java...?
Similar questions