Program- Write a C++ program to compute the area of a pentagon given by the coordinates (x,y) of its five vertices. (hint use a function to evaluate the length between two points, and a function to evaluate the area of a three-point triangle.
Evaluate the area of a pentagon given by the coordinates - Please make sure it compiles and write the full program to receive full credit. Thank you so much for your help.