Write a program to accept a integer number and check whether it is 2 digit number or not
Answers
Answered by
3
Answer:
Extract the first and last digit of the number and add and multiply the digits separately. Then, add the sum and product of the digits of the two-digit number and compare it to the original number. If they are same, then it is a Special Two-Digit Number, else it is not.
Below is the implementation of above approach:
Answered by
0
Answer:
Program of which programing language?
Similar questions