about | help | code help+videos | done | prefs |
Return the area of the triangle with the three given sides using Heron's formula. https://en.wikipedia.org/wiki/Heron%27s_formula triangleArea(4, 13, 15) → 24.0 triangleArea(1, 1, 1) → 0.4330127018922193 triangleArea(5, 7, 8) → 17.320508075688775 ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Difficulty: 150
Copyright Nick Parlante 2017 - privacy