#include main() { float x = 0.1; while (x != 1.05) { x++; } }