Computer Science, asked by Anonymous, 10 months ago

Write a java program to check if inputted number is a mystery number or not. A mystery number is the number which can be expressed as sum of two numbers and those numbers should be reversed.
Eg:
121=(29+92) or (38+83) or (56+65)
22=(11+11)

Answers

Answered by Anonymous
0

Answer:

A mystery number is that number which can be expressed as sum of two numbers and those two numbers should be reverse ...

Similar questions