Write the include directive needed to allow use of the various I/O operators such as cout and cin.
LANGUAGE: C++
CHALLENGE:
Write the include directive needed to allow use of the various I/O operators such as cout and cin.
SOLUTION:
#include <iostream>