Question: Create a struct called triangle_t for storing right angled triangles. Each triangle should store three points: p1, p2, p3, which are its endpoints. Prompt a
Create a struct called triangle_t for storing right angled triangles. Each triangle should store three points: p1, p2, p3, which are its endpoints. Prompt a user to input the three end points and the program computes the area and perimeter.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
