The problem statement and test suite really need some improvement, here. It's a nice problem, though! I didn't assume that the three lengths given would form a triangle, and return a NaN if they don't.
best solution
good
Let a,b,c be the lengths of the sides of a triangle. The area is given by: Area=√p( p−a) (p−b)(p−c)
where p is half the perimeter
p= (a+b+c)/2
^ I used trigo rule and didn't get a round ans, idea on how to improve this?
This is'nt a general solution. See Solution 206432.
Remove all the words that end with "ain"
1295 Solvers
Find state names that end with the letter A
709 Solvers
Least common multiple of many numbers
189 Solvers
451 Solvers
260 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!