Computer Science, asked by 540037, 19 days ago

Given two 4-digit numbers by the user. Your program is to check if they are a reverse number or not.

For example, 1234 and 4321 is reverse number, but 1234 and 4231 is not a reverse number.

If the given two numbers are reverse numbers, print "Yes"; otherwise, "No".



Sample Input#1

1234

4321

Sample Output#1

Yes



Sample Input#2

1234

4231

Sample Output#2

No

Answers

Answered by PriyanshiVardaan1012
0

Answer:

bruh I dont get it

Explanation:

Similar questions