Computer Science, asked by a0396, 1 month ago

.Write a java program to find area of triangle.

Answers

Answered by llsll0123456
1

\huge\mathcal{\fcolorbox{aqua}{azure}{\color{lightblue}{❖αηsωεя}}}

JAVA

  1. public class test.
  2. {
  3. public static void main (String args[])
  4. { float b=4,h =13,area ;
  5. area = ( b*h) / 2 ;
  6. System.out.println("Area of Triangle is: "+area);
  7. }}
Answered by llsll00123456
0

\huge\boxed{\fcolorbox{black}{blue}{αηsωєя}}

JAVA

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

Similar questions