PROGRAMMING:Find the sum of all digits of a three digit positive integer
Find the sum of all digits of a three digit positive integer
###Input format:
Enter a three digit positive integer
###Output format:
Output the sum of 100 digits
###Input example:
```in
six hundred and seventy-eight
```
###Output example:
```out
twenty-one
```
answer:If there is no answer, please comment
###Input format:
Enter a three digit positive integer
###Output format:
Output the sum of 100 digits
###Input example:
```in
six hundred and seventy-eight
```
###Output example:
```out
twenty-one
```
answer:If there is no answer, please comment