Hi, I'm new to Java and was just practicing with the codes.
I've written the following:


class PWR {
double a, ret;
int e;


double PWR(double a, int e) {