-->
当前位置:首页 > 题库

PROGRAMMING:Count the number of lowercase letters in the string

Luz5年前 (2021-05-10)题库343
Enter a string to count the number of lowercase letters in the string.
###Input format:
Enter a string that is not more than 80 long and ends with a carriage return.
###Output format:
Output the number of lowercase letters
###Input example:
For example:
```in
Hello World!
```
###Output example:
```out
eight
```







answer:If there is no answer, please comment