单项选择题

下列程序段的执行结果为______。 A="abcd" B="bcde" E=Right(A,3) F=Mid(B,2,3) If E<F Then Print E+ F Else Print F+E

A.cdebcd
B.cdd
C.cdcd
D.bcdcde