EP 241 Computer Programming |
|
Crazy Number
A positive integer number is called crazy number if
the sum of its digits is equal to 12. Write a Fortran program to list and count all crazy numbers less than 10,000. Hint: Following program may help you:
|