Computer Science, asked by debjitdey95, 8 months ago

Question 15

Write a program to input a number. Display the product of the successors of even digits of the number entered by user. Input: 2745 Output: 15 [Hint: The even digits are: 2 and 4 The product of successor of even digits is: 3*5= 15 ]​

Answers

Answered by paarthshah26supercel
0

Answer:

Which programing lang?

Explanation:

Similar questions