组卷题库 > 初中信息技术试卷库
试题详情
若整型变量a的值为3、b的值为2,则下列程序段执行后整型变量c的值为(  )。

If a>5 then

    if b<4 then

        c=a-b

    else

        c=b-a

    End if

Else

    if b>3 then

        c=a*b

    else

        c= a mod b

    End if

End if

A、2
B、-2
C、6
D、1
知识点
参考答案
采纳过本试题的试卷
教育网站链接