ICSE SPECIMEN PAPER 2020 COMPUTER APPLICATIONS

Questions n AnswersCategory: QuestionsICSE SPECIMEN PAPER 2020 COMPUTER APPLICATIONS
PANKAJ asked 5 years ago

Write a program to input a string and convert it into uppercase and print the pair of
vowels and number of pair of vowels occurring in the string.
Example:
Input:
“BEAUTIFUL BEAUTIES “
Output :
Pair of vowels: EA, AU, EA, AU, IE
No. of pair of vowels: 5