0
/ 50
Write a function in Java that implements the following logic: Given three ints, a
, b
, and c
, return true if it is possible to add two of...
Write a function in Java that implements the following logic: Given
three ints, a
, b
, and c
, return true if it is possible to add
two of the ints to get the third.
Your feedback will appear here when you check your answer.