# include int POW(int n, int r){ int power = 1; int counter; for (counter=0;counter