I'm new to programming and I'm having trouble creating a code that returns the second value of an array , eg
array = [2, 3, 6, 6, 5]
return 3
I'm in that phase of practicing programming logic, because I already understand the whole basic set of logic, but since I have little practice in applying, I still run into problems that I believe are simple, anyway, I hope you understand.