using System.Collections.Generic;
public static void Main()
List<char> sVowels = new List<char>();
List<int> vowelPos = new List<int>();
char[] vowels = {'a','e','i','o','u'};
foreach(char y in vowels)
vowelPos.Add(s.IndexOf(x));
List<char> answer = new List<char>();
for(int i = 0; i==s.Length-1; i++)
if(vowelPos.Contains(s[i]))
foreach(char x in answer)