How about a small Swift riddle to start your day?What is the matter with this code? The error "Index out of bounds" is a bit unexpected since the array is not empty and we try to access the first element, or we are not accessing the first element?
A...