Compiler directives

Listing 5 shows the compiler directives.

#include <iostream>
#include <iomanip>
using namespace std;

Listing 5

These compiler directives are the same as in the previous program.