// CSCI 2530 // Assignment: *** // Author: *** // File: *** // Tab stops: *** // **Say what this program does here. (replace this comment)** #include using namespace std; int main(int argc, char** argv) { return 0; }