Question: Write a program using Ruby to calculate the area of any triangle using the variable names base, height, and area. Keep in mind that the
Write a program using Ruby to calculate the area of any triangle using the variable names base, height, and area. Keep in mind that the formula to calculate the area of a triangle is 0.5 * ( base * height). Make sure that the result is printed to the screen.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
