C++ Programming The following program is missing a header file that supposed to take care of input/output. Include this header file in the space given below: using namespace std; int main() { cout<<"capital of the United States is Washington, D.C."; return 0; }