Why does the program include the iostream header?
iostream
It provides stream input/output facilities such as std::cout.
std::cout
It automatically writes the main function.
It replaces the g++ compiler.
It is required solely to declare std::string variables.
std::string