cout << "Enter a value =>"; cin >> i cout << "The value is " << i << endl; iSquared = i*i; cout << "The value squared is " << iSquared << endl;