What is the output?
public static void main(String args[])
{
double x=1.0;
double y= 3.0;
double z=Math.pow(x,y);
System.out.print(z);
}


Posted on by