Computer Science, asked by drish3427halder, 6 months ago

Write a program in java to find the area of triangle.​

Answers

Answered by thanyabgangandhar8
2

Answer:

JAVA

  • public class test.
  • {
  • public static void main (String args[])
  • { float b=4,h =13,area ;
  • area = ( b*h) / 2 ;
  • System.out.println("Area of Triangle is: "+area);
  • }}

Answered by zeenathahmed23
0

Answer:

hope this helpssss youuuu.....

Attachments:
Similar questions