import java.util.Scanner;
public class Program {
public static void main(String[] args) {
double x;
double y;
Scanner sc = new Scanner(System.in);
x = sc.nextDouble();
y = sc.nextDouble();
System.out.println(x + "^" + y + " is:");
System.out.println(Math.pow(x,y));
}
}
wala eh. lalo silang tumatamad. shame on this generationActually swerte na nga kayo ngayon eh kasi online class. Which is pwede kang makapag google agad.