I am facing a problem with the conversion of value from Double to int. I try to run the following code :
int main() { double val_d= 6.25e-05; cout &l
difference in rounding.