vegan7iwiK7andee vegan7iwiK7andee Today at 10:04 PM Computers and Technology Answered C++ question: #include #include #include void main() { clrscr(); randomize(); int PICKER; PICKER=random(3); char COLOR[][5]={"BLUE","PINK","GREEN","RED"}; for (int I=0; I<=PICKER; I++) { for (int J=0; J<=I; J++) cout< cout< } getch(); }