joshuagrande6133 joshuagrande6133 22-05-2023 Computers and Technology contestada Precisely what is the output of the following program? 10 points include using namespace std int main() enum color type [red, orange, yellow, green, blue, violet]: color_type shirt, pants; shirt- red; pants- blue cout << shirt<< pants<