With this code I got an error message Error in com/codegym/task/task07/task0721/Solution.java on line 28 variable maximum might not have been initialized Since i starts with 0, I was assuming list[i] assign to maximum and minimum which would initialize 2 variables. But apparently it doesn't work that way. Could you please explain why?