Computer Science, asked by HarshaVardhan1774, 11 months 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.

Answers

Answered by srikarravipati03
0

Answer:

Explanation:

for index goes to zero to string length-1

if the current index has a vowel and the next one also

then print it

increment a variable

print that variable also

Similar questions