double myFloat = 8000000.0; // 32-bit doubles int cnt = 100; while (cnt--) { // this entire loop will have no effect myFloat += 0.2; }