#include #include #include void main(void) { clrscr(); cout << "Scott Brandt" << endl; cout << "CSCI 1300 010 Intro. to Computing" << endl; getch(); clrscr(); }