c#include <bits/stdc++.h> using namespace std; bool isVowel(char c){ if(c == 'a' || c == 'e' || c == 'i' || c == 'o' || c == 'u')
#include <bits/stdc++.h> using namespace std; bool isVowel(char c){ if(c == 'a' || c == 'e' || c == 'i' || c == 'o' || c == 'u')