int i; cout << "Please enter an integer value: "; cin >> i;
#include int main(){ std::cout << "Hello World!" << std::endl; // prints "Hello World" }