Name _________________________________ What is the output of the following program? sentence = " turn at the green, black, orange house " Colors = 'orange' | 'Black' | 'green' again sentence Colors . Result :f(end) Output = result sentence Colors = output = sentence :(again) end ANSWER : What is the output of the following program? WORD = 'GROUND' OUTPUT = ' ORIGINAL WORD IS ' WORD WORD 'N' = 'OU' OUTPUT = ' WORD AFTER PATTERN MATCHING AND REPLACEMENT IS ' WORD WORD 'AB' = 'TO' :F(END) OUTPUT = ' PATTERN AB NOT FOUND IN ' WORD END Answer: