java program if
a= 9
b= 16
c= 4
find,
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