An algorithm is intended to display the following output. red red blue red red blue red red blue Which of the following code segments can be used to display the intended output? REPEAT 2 TIMES REPEAT 3 TIMES A DISPLAY"red' 1 REPEAT 2 TIMES REPEAT 3 TIMES А DISPLAY "red" " DISPLAY "blue" REPEAT 2 TIMES REPEAT 3 TIMES DISPLAY "blue" DISPLAY "red" REPEAT 3 TIMES REPEAT 2 TIMES DISPLAY "red" DISPLAY "blue" REPEAT 3 TIMES REPEAT 2 TIMES DISPLAY "blue" ( DISPLAY "red"