I am trying to write a simple hello program with a box of astericks around the output but I can't get the astericks to show up.

This is what I have so far.


#include <iostream>
#include...