Be the first user to complete this post

  • 0
Add to List
Beginner

320. Find the Area of Triangle using base and height

Objective: Given the base and height of a triangle, using math formula for calculating the area of triangle, write an java program to calculate the triangle area.

Area of a Triangle: (Base * Height)/2

Output:

Area of Triangle is: 10.0