单项选择题

a=9 If a<=10 then b=a*3+5 Else b=a End if
以上程序段是()

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