Write a program to input three different numbers of two digits each and
print the sum of the digits of the mid number(the number which is neither
greatest nor smallest)
For example: if input is 23, 38, 12 then the output should be:
Mid number is 23
Sum of digits of mid number is 5 (2+3)
Answers
Answered by
0
Answer:
print the sum of the digits of the mid number(the number which is neither
greatest nor smallest)
For example: if input is 23, 38, 12 then the output should be:
Mid number is 23
Sum of digits of mid number is
Answered by
0
Answer:
I hope May be this answers help you
Attachments:
Similar questions