Skip to main content

AddToAny

Share/Save

Palindrome

LC3 Assembly Palindrome Program

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!

Syndicate content