Concept:
Midpoint of two points \((x_1,y_1)\) and \((x_2,y_2)\) is:
\[
\left(\frac{x_1+x_2}{2}, \frac{y_1+y_2}{2}\right)
\]
Step 1: Apply formula
For \((2,4)\) and \((6,-2)\):
\[
x = \frac{2+6}{2} = 4
\]
\[
y = \frac{4 + (-2)}{2} = 1
\]
Final answer:
\[
\boxed{(4,1)}
\]