.Write a java program to find area of triangle.
Answers
Answered by
1
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
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);
- }}
Similar questions
Computer Science,
1 month ago
Math,
1 month ago
Accountancy,
2 months ago
Science,
10 months ago
History,
10 months ago