Question: C++ using DevC++ please elaborate in simple terms as im a new learner... please perform the following tasks in your program; - read the lengths

A text file, length.txt has the following information: In a triangle, the sum of any two-sided is always greater than the third side. Write a program that reads/ the length of three lines from length. txt file. It then determines whether the three lines can be used to construct a triangle. If a triangle can be constructed, compute the area of the triangle. Note that the area of a triangle can be calculated using the following formula, area=s(sa)(sb)(sc) where a,b and c are the length of the sides; and s is calculated as follow s=2(a+b+c) 345Area=6.0000 286 Can't form a trianglel
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
