Question 246620
If you have two points (x1,y1) and (x2,y2), the midpoint is

((x1+x2)/2,(y1+y2)/2)

So we have:

((0+8)/2,(0+4)/2)
(4,2)