/*******************************************
*
* Student name:
* Period:
*
* Course: Honors Computer Programming
* Instructor: Mr. C. Monroe
* School: Heritage High School
* Compiler: Dev-C++
*
* Unit:
* Project name:
* Date Completed:
* Location Path:
* Source File(s):
*
********************************************/
/*
(if required by your teacher, paste run of program here
otherwise, this comment may be deleted)
*/
#include <stdlib.h>
#include <iostream>
#include <iomanip>
// #include <fstream> // for file access functions
using namespace std;
int main()
{
system("PAUSE");
return 0;
}