11319번

    [백준/11319번] Count Me In (CCPC 2015 Division 2) [Java]

    [백준/11319번] Count Me In (CCPC 2015 Division 2) [Java]

    Problem Given a sentence in English, output the counts of consonants and vowels. Vowels are letters in [’A’,’E’,’I’,’O’,’U’,’a’,’e’,’i’,’o’,’u’]. Input The test file starts with an integer S(1 ≤ S ≤ 100), the number of sentences. Then follow S lines, each containing a sentence - words of length 1 to 20 separated by spaces. Every sentence will contain at least one word and be comprised only of ch..