I have been assigned to make the following program in java, but frankly, I couldn't understand what is it asking in the following statement.
" Write a function to compute the distance between two points and use it to develop another function that will compute the area of the triangle whose vertices are A(x1,y1), B(x2, y2), and C(x3, y3). Use these functions to develop a function that returns a value 1 if the point (x, y) lines inside the triangle ABC, otherwise a value 0. "
Can someone help me to simply explain this and tell the step-wise process to make program? I will make a program according to your suggestions.