java program if
a= 9
b= 16
c= 4
find,
![\sqrt{a + b + c} \sqrt{a + b + c}](https://tex.z-dn.net/?f=+%5Csqrt%7Ba+%2B+b+%2B+c%7D+)
Answers
Answered by
4
import java.import.*;
public class prog
{
static void main()
{
int a=9, b=16, c=4;
double d;
d= Math.sqrt(a+b+c);
System.out.println("The answer= " +d);
}
}
HOPE IT HELPS! ^_^
public class prog
{
static void main()
{
int a=9, b=16, c=4;
double d;
d= Math.sqrt(a+b+c);
System.out.println("The answer= " +d);
}
}
HOPE IT HELPS! ^_^
affafirshad:
tysm❤
Similar questions
Math,
8 months ago
Social Sciences,
8 months ago
Geography,
1 year ago
Computer Science,
1 year ago
Chemistry,
1 year ago
Geography,
1 year ago