Computer Science, asked by vanyaawasthi, 1 year ago

plz write a java program it's urgent


write a program to accept the three sides of triangle and calculate it's area using pass by value.


Answers

Answered by ans81
17
HEY MATE HERE IS YOUR ANSWER

JAVA PROGRAM

1 *C program to find the value of triangle, given three sides.
2 #include <math h>
3. Void main()
4. Int s, a, b, c area:
5. Print ("enter the value of s, a, b, c)
6. Scan ("%d %d %d, &a, &a, &a) ;
7./* COMPUTE */
8.S=( a+b+c) /2

THANKS HOPE IT WILL HELP YOU
BE BRAINLY
MARK ME AS BRAINLIEST

vanyaawasthi: please answer this by pass by value
Answered by legendarysumit
4
programs programs in which you can find some values with some equations and you can calculate its area and by using some pass a value
Similar questions