- 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 !!
10 odpowiedzi
+ 2
https://code.sololearn.com/c0Jg78RCBiMH/?ref=app
https://code.sololearn.com/co8jlOtJ5LyA/?ref=app
submit challenges to the lesson factory next time
+ 1
is the challenge only in C++ and python?
+ 1
S C And Jay Mathews. thats a great answer😻
+ 1
I used sort() because I forgot how sorted() was used!
+ 1
yes. this thing is not that hard in python if you are good at functions. but in c++ it sucks
0
Bebida Roja. you can try in any language
0
hinanawi. ok i will try
0
hinanawi. ok i will try
0
will surely try that. b t w. thanks. Jay Matthews