Friday, December 08, 2006

Error Division by Zero

int a=12;
int b=0;
int result = a/b;
Division by zero error...no more..

No comments: