//Watch what happens with this simple while loop #include main() { float num; cout<<"Enter a number to divide: "; cin>>num; while(num > 1.0) { cout<