Problem with Type “var” assigned float at runtime in c#

后端 未结 0 901
遇见更好的自我
遇见更好的自我 2020-12-06 08:21

I was wondering what is the problem with the following c# piece of code:

int a=3;
int b=4;
var c=a/b;
相关标签:
回答
  • 消灭零回复
提交回复
热议问题