## Challenge ## > From A List Of Integers, Find The Lowest Possible Sum Of Any Two Numbers. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

## Challenge ## > From A List Of Integers, Find The Lowest Possible Sum Of Any Two Numbers.

Suppose That You Have A List Of Integers (say 10,2,5,6,12,32) Then The Program Should Be Able To Tell Us The Lowest Possible Sum Of Two Numbers (i. e 7 In This Case). Since This IS Sololearn, You Can Ask User To Enter Around 5 or 10 integers And Then Output The Lowest Possible Sum ! Code It And Share Your Code In The Comments ! Do Tag Me Also ! Try Using C++ Or Python !!

18th Jul 2018, 5:12 PM
Prince Patel
Prince Patel - avatar
10 Answers
19th Jul 2018, 8:10 AM
hinanawi
hinanawi - avatar
+ 1
is the challenge only in C++ and python?
18th Jul 2018, 5:37 PM
Bebida Roja
Bebida Roja - avatar
+ 1
S C And Jay Mathews. thats a great answer😻
19th Jul 2018, 8:05 AM
Prince Patel
Prince Patel - avatar
+ 1
I used sort() because I forgot how sorted() was used!
19th Jul 2018, 8:06 AM
Satyam
+ 1
yes. this thing is not that hard in python if you are good at functions. but in c++ it sucks
19th Jul 2018, 8:07 AM
Prince Patel
Prince Patel - avatar
0
Bebida Roja. you can try in any language
19th Jul 2018, 8:04 AM
Prince Patel
Prince Patel - avatar
0
hinanawi. ok i will try
19th Jul 2018, 8:15 AM
Prince Patel
Prince Patel - avatar
0
hinanawi. ok i will try
19th Jul 2018, 8:15 AM
Prince Patel
Prince Patel - avatar
0
will surely try that. b t w. thanks. Jay Matthews
19th Jul 2018, 8:15 AM
Prince Patel
Prince Patel - avatar