Sample input/output for run 1:
Enter the expected sum of two values: 8 The given list is: [4, 5, 7, 1, 9, 3, 4, 2, 6] The list of pairs that add to the given sum of 8 is: (5,3)
(7,1) (2,6)
Sample input/output for run 2:
Enter the expected sum of two values: 88 The given list is: [17, 22, 25, 31, 32, 33, 40, 44, 44, 45, 47, 49, 50, 53, 55, 59, 62, 66, 67, 78, 80] The list of pairs that add to the given sum of 88 is: (22,66) (33,55)