Time limit 2000/4000/4000/4000 ms. Memory limit 65000/65000/65000/65000 Kb. 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 letters
- Number of lowercase letters
|