CLS
INPUT "Enter any number"; N
A = N
S = 0
WHILE N <> 0
R = N MOD 10
S = S*10+R
N = N\10
WEND
IF A= S THEN
PRINT " The number is palindrome"
ELSE
PRINT "The number is not palindrome"
END IF
END
Subscribe to:
Post Comments (Atom)
Digital Footprint
Computer technology is a technology that instead of building a physical machine for each application builds a logical or virtual machine. ...
-
Firstly when I heard that we are going tour to Dhading for 2 days I was so much excited to go there. The day when I got notice after reachin...
-
" May this Teej light up for you the hopes of happy times and dream for a year full of smile. " Teej is a generic name f...
-
Computer technology is a technology that instead of building a physical machine for each application builds a logical or virtual machine. ...
No comments:
Post a Comment