1. write a c program to calculate and display the coordinates of the midpoint of the segment connecting the points (3,4) and (10,12). Use the fact that the coordinates of the midpoint between two points having coordinates (X1,Y1) and (X2,Y2) are ((X1+X2)/2, ((Y1+Y2)/2).
THANKS ...
hehehhe