DECLARE FUNCTION CHECK$(N$)
CLS
INPUT " ENTER ANY WORD "; N$
P$ = N$
IF P$ = CHECK$(N$) THEN
PRINT "The given word is palindrome "
ELSE
PRINT " The given word is not palindrome"
END IF
END
FUNCTION CHECK$ (N$)
FOR I = LEN(N$) TO 1 STEP -1
B$ = MID$ (N$, I,1)
C$ = C$ + B$
NEXT I
CHECK$ = C$
END FUNCTION
Subscribe to:
Post Comments (Atom)
My Journey with JM
MY JOURNEY WITH JAGAT MANDIR It has been almost 10 years since I have entered this school. It seems like just yesterday but now I...
-
Experience on drug abuse On 26th shrawan we the students of grade 10 of Jagat Mandir school were provided a class by Nepal Police about t...
-
My experience We all the students of grade 10 were taken to Election Commission, Nepal on the day 3rd Bhadra, Tuesday. We all the studen...
-
RAKSHA BANDHAN Raksha Bandhan is also known as festive of "Rakhi". Raksha Bandhan is one of the main festivals in Hindu ...
No comments:
Post a Comment