double x=5/2 = 2 but not 2.0?@keskiverto,, the sub-expressions are quite a bother :( but in this case I'm getting the first step(...
double x=5/2 = 2 but not 2.0?@Peter87 i know that if I made it this way (5.0/2=5.0/2.0=2.5 also because the variable is double th...
double x=5/2 = 2 but not 2.0?@Chervil so there is no difference between 2 and 2.0 in this case?...thanks a lot :) , I'm a first y...
double x=5/2 = 2 but not 2.0?hi, my question is the following: [code] double numb_1; numb_1=5/2; cout<<"num_1="<<numb_...
This user does not accept Private Messages