S
S S S S S
I've a set of numbers and want to find which two numbers in the set can be
added up to a specified number. For example, the data set is {2,4,5,6,9,13}
and I want to know which two numbers will be added up to 8. The system
should tell me they are 2 and 6. Thanks!
SL
added up to a specified number. For example, the data set is {2,4,5,6,9,13}
and I want to know which two numbers will be added up to 8. The system
should tell me they are 2 and 6. Thanks!
SL