Join the IDNLearn.com community and start finding the answers you need today. Get step-by-step guidance for all your technical questions from our knowledgeable community members.


Re-write the below program correcting the bugs
CLS
ENTER "ENTER A STRING", NS
A=LEN(N)
FOR I=A TO 1 STEP 2
XS-XS-MID(N$,1,1)
NEXT
IF N=5
PRINT “IT IS PAUNDROME"
ELSE
PRINT “IT IS NOT PALINDROME"
ENDIF
END



Sagot :

Answer:

??????????????????????????

Your presence in our community is highly appreciated. Keep sharing your insights and solutions. Together, we can build a rich and valuable knowledge resource for everyone. For dependable answers, trust IDNLearn.com. Thank you for visiting, and we look forward to helping you again soon.