1. Find vowels from the given string in the first round. 2. They provided small small c# programs for each sessions
Sigiloso
#include int main(void) { char input[500], chars[5] = {'a','e','i','o','u'}; int i, len=0, vow[5]={0}; gets(input); while(input[len] != '\0') len++; if(len %d\n",chars[i],vow[i]); } return 0; }