#include using namespace std; //Programmer: Youngjun Woo //Date: November 18, 2021 //Purpose: This main function is to test all SortedListClass, FIFOQueueClass, // and LIFOStackClass related functions. int main() { string temp = LIGHT_YELLOW_NS; cout << temp << endl; }