Computer Science, asked by pranjaliii, 8 months ago

WAP in java to enter a 2digit no. and check if the second ten's digit is twice the unit's digit​

Answers

Answered by premsinghshekhawat63
0

Explanation:

When 75% of a two digit number is added to the digits of the number are reversed find the ratio of the unit's digit to the ten's digit in the original number?

Answered by shaleenisgreat
2

Explanation:

input : 59.

output : 59 is a Special Two-Digit Number

Explanation:

Sum of digits = 5 + 9 = 14

Product of its digits = 5 x 9 = 45

Sum of the sum of digits

and product of digits = 14 + 45 = 59

input: 29

output: 29 is a Special Two-digit Number

Explanation:

Sum of digits = 9 + 2 = 11

Product of digits = 9 * 2 = 18

Sum of the sum of digits

and product of digits = 11 + 18 = 29

Similar questions