Write a program in java to find the area of triangle.
Answers
Answered by
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
0
Answer:
hope this helpssss youuuu.....
Attachments:
Similar questions