public static void main(String args[]){ double x=1.0; double y= 3.0; double z=Math.pow(x,y); System.out.print(z);}
Not registered? Create an account
Forgot Password?
Already a registered user? Login