Computer Science, asked by azmirizvi49, 10 months ago

Write a program to accept a integer number and check whether it is 2 digit number or not​

Answers

Answered by babita886032
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 kbdjszomboy02889
0

Answer:

Program of which programing language?

Similar questions
Math, 1 year ago