Which of the following header statements allow you to omit using the std:: when using cout?
#include
You don't need a header statement.
using namespace std;