You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The prompt is asking for the average value, which is the mean, but the function is named "median", which implies that it should be returning the middle value in a sorted sequence.
The prompt is asking for the average value, which is the mean, but the function is named "median", which implies that it should be returning the middle value in a sorted sequence.