Question 9
When L = [5, 8, 6, 1, 3], the output of findSomething1(L) is 8.
When L = [5, 8, 6, 1, 3], the output of findSomething1(L) is 1.
When L = [5, 8, 6, 1, 3], the output of findSomething2(L) is 8.
When L = [5, 8, 6, 1, 3], the output of findSomething2(L) is 1.