Mega Code Archive

 
Categories / Java / Development Class
 

Get the power value

public class Power {   public static void main(String[] args) {       System.out.println(Math.pow(2, 2));   } }