1
I’m new to programming and I’m having trouble creating a code that returns the second lowest value of a array, ex:
array = [2, 3, 6, 6, 5]
return 3
I am in that phase of practicing the logic of programming, because I already understand the whole basic set of logic, but, as I have little practice in applying, I still run into problems that I believe are simple, finally, I hope you understand.
Why returns 5 if the second minor would be 3?
– Woss
was bad Anderson Carlos, that’s right, has to return the 3, lack of attention my, thanks! , kkkkkkkkkkk
– Eduardo