What is the output of the given java code?
public class HelloWorld
{
public static void main(String []args)
{
System.out.println( Math.round(Math.hypot(4+1,9-1)));
}
}
Reveal answer
Fill a bubble to check yourself
What is the output of the given java code?
public class HelloWorld
{
public static void main(String []args)
{
System.out.println( Math.round(Math.hypot(4+1,9-1)));
}
}