.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
Math,
15 days ago
Social Sciences,
15 days ago
Accountancy,
1 month ago
Science,
8 months ago
History,
8 months ago