I was wondering what is the problem with the following c# piece of code:
int a=3; int b=4; var c=a/b;