Problem Description
Kamachi decided to write one program in which she has to get one values using structure concept and another values using union concept, the result should add both values.Help to her to write code.
Input Method
Integer ranges from 1 to 999
Output Method
sum of valuesCODING ARENA
Test Case 1
Input (stdin)3 4
Expected Output7
Test Case 2
Input (stdin)5 6
Expected Output11
No comments:
Post a Comment