Computer Science, asked by nuzaif810, 14 hours ago

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 magneshy3
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 karabika933
0

Answer:

I hope May be this answers help you

Attachments:
Similar questions