The program must accept two positive integers X and Y as the input. The program must print the sum of X and Y if
the sum of last two digits of X is equal to Y. Else the program must print X as the output.
Example Input/Output 1:
Input:
2336
Output:
239
Example Input/Output 2:
Input:
8719
Output:
871
Answers
Answered by
2
Answer:
Bro! I don't understand what is the question.
Similar questions