单项选择题

下列程序段属于()
Select Case x Case 1 text1.text=""优秀"" Case 2 text1.text=""良好"" Case 3 text1.text=""一般"" Case Else text1.text=""较差""End Select

A.流程结构
B.循环结构
C.分支结构
D.顺序结构