Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Wieso klappt das nicht?? Also wieso hört die Schleife nicht auf?
a=5; c=0; do { c++; d=16/pow(2,c); } while (d>=a);
Zeig mal ein kompilierbares, lauffähiges Beispiel, so daß man das Problem nachvollziehen kann.