PROGRAMMING:Statistical capital consonants
English consonants are letters other than a, e, I, O and U. This problem requires the preparation of procedures, statistics given string of < b > capital < / b > consonant number.
###Input format:
Enter a string that gives no more than 80 characters on a line and ends with a carriage return.
###Output format:
The output gives the number of uppercase consonants in the string in one line.
###Input example:
```in
HELLO World!
```
###Output example:
```out
four
```
answer:If there is no answer, please comment
###Input format:
Enter a string that gives no more than 80 characters on a line and ends with a carriage return.
###Output format:
The output gives the number of uppercase consonants in the string in one line.
###Input example:
```in
HELLO World!
```
###Output example:
```out
four
```
answer:If there is no answer, please comment