Implement a program that requests three strings from the user. Your program should concatenate the first two strings in the reverse order and compare the concatenated string with the third string. If they are equal, your program should print “They are equal”, otherwise, the program prints “They are not equal”. Please ensure that entering digits should result in an error message. Do not treat numbers as strings.