EP 241 Computer Programming |
|
Palindromic NumbersA symmetrical number which is written for example 88 101 292 4554 8778 34943is called palindromic number. Write a Fortran program to list and count all palindromic numbers less than 10000. Hint: Following program may help you:
|