Sat, 10/24/2009 - 19:01
I need to write a program in LC3 language which echoes users input and decide whether it is a "Palindrome" or not
example 1
user input = My name is red
Ouput should be = My name is red
String entered is not a Palindrome
example 2
user input= abccba
Output= abccba
String entered is a Palindrome
Please Help!
Sat, 10/24/2009 - 19:14
#1
I think this would help
Tue, 11/03/2009 - 00:58
#2
thanks
Hi, Thanks for sharing.