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