A special two-digit number is such that when the sum of its digits is added to the product of it's digits, the result is equal to the original two digits number. Write a program to accept a two digit number and check whether it is a special two digit numbers
Answers
Answered by
1
Explanation:
A special two-digit number is such that when the sum of its digits is added to the product of its digits, the result is equal to the original two-digit number. Example: Consider the number 59
Similar questions