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 29, Sum of digit = 2 + 9 = 11, Product of digit = 2x 9 = 18, Sum of the sum and
product of digits = 11 + 18 = 29.
Write a program in java to print all the two digit special numbers between 10-99
Answers
Answered by
1
myeu58279 gn79201bhydmj
Similar questions