Challenge: Triangle Minimum Height
Understand how to implement a Clojure function that calculates the minimum integer height required for a triangle given its base and area. Explore applying arithmetic and rounding logic to ensure the height forms a valid triangle with integer parameters.
We'll cover the following...
We'll cover the following...
Description
Consider a triangle for which you know the value of the base and the area (both of them are integers). You need to find the smallest integer that will be the height ...