/********************************************************************************************
3fileFunc.h
	Jim Millard
	for CO311

    header for 3fileFunc.h

********************************************************************************************/
#include <string>

using namespace std;

//prototypes
void SayHello();
void SayPrompt(string);