Question: Create a program that asks the user to enter 3 sides lengths of a triangle and then displays the area of that triangle rounded to
Create a program that asks the user to enter 3 sides lengths of a triangle and then displays the area of that triangle rounded to 2 decimal spots. You can use the Heron's formula to calculate the area.
Be aware when testing your program that not any 3 random side lengths will actually form a triangle. (You don't have to take that into account when writing this program)
Step by Step Solution
3.37 Rating (163 Votes )
There are 3 Steps involved in it
include include include using namespace std int main ... View full answer
Get step-by-step solutions from verified subject matter experts
