| Лимит времени 2000/4000/4000/4000 мс. Лимит памяти 65000/65000/65000/65000 Кб. Prepared by Ibrahim Mesecan.
 
 
   Number Of Letters Question: 
You will be given one line of text containing
different ASCII characters. Find out the number of
uppercase and lowercase letters. 
  
Note:  You can use 
getline function to read one line of text.
  
Input specification  You will be given one line of text consisting different
ASCII characters. The line will not have more than 250
characters.
 
Output specification  Show two integer numbers:
 
Number of uppercase lettersNumber of lowercase letters 
 |