Code:
int a;
int b;
double c;
//in the course of the program I got a=492 and also b=492//
c=a/b;
And for c I get 0. How could it be??????