Quote Originally Posted by Salem View Post
As I said
Code:
m[i][j] = pow(i+1,j+1);
pow() is in math.h
m[i][j] = pow(i+1,j+1)+0.5;
... just to be sure...