Given five positive integers, find the minimum and maximum values that can be calculated by summing exactly four of the five integers. Then print the respective minimum and maximum values as a single line of two space-separated long integers.
Example
arr = [1,3,5,7,9]
The minimum sum is 1+3+5+7 = 16 and the maximum sum is 3+5+7+9 = 24. The function prints
16 24
Watch video HackerRank | 1 Week Preparation Kit | Mini-Max Sum problem | Day 1 | Python solution online without registration, duration hours minute second in high quality. This video was added by user Engineers Revolution 03 January 2023, don't forget to share it with your friends and acquaintances, it has been viewed on our site 749 once and liked it 10 people.