Hello guys I am trying to divide 4 by 3 using c#.
I have tried the following so far and in each case the answer is 1
float a = 4/3;// returns a = 1
I have tried this with Decimal and still the result is the same. I am not a C programmer is there any way I can get a engineering result like 1.333