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