Find the sum of pairs from array in java
Enter the array size as input, array elements as separated by space as input. Then the third input as integer which sum up of array elements.
Input:
7
33 12 -76 11 9 7 6
20
Output:
true
Input:
7
33 12 -76 11 9 7 6
20
Output:
true
Comments
Post a Comment