#include using namespace std; int main() { int i; while (i < 10) { int i = 14; i += i; cout << " i = " << i << endl; } return 0; }