下列代码表示什么结构ifscore>=60:print("及格")else:print("不及格")

下列代码表示什么结构ifscore>=60:print("及格")else:print("不及格")

A.选择结构

B.循序结构

C.顺序结构

D.递归结构

正确答案:A

猜你喜欢