單項選擇題

以下程序運行后,輸入"74"顯示的結果是()

A.請繼續(xù)努力
B.你很棒!
C.你太棒了!
D.請輸入正確的數據--


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題15歲以下的男生和13歲以下的女生的判斷條件是()

A.nl<15orxb=="男")or(nl<13andxb=="女")
B.nl<15orxb!="女")and(nl<13andxb=="女")
C.nl<15andxb=="男")or(nl<13andxb=="女")
D.nl>=15andxb=="男")and(nl<13orxb=="女")

2.單項選擇題布爾值是真的()

A.2>3 and 2>1
B.123"="321"
C.22*11!=11*22
D.2>3 or 3>2 and 4>1

3.單項選擇題

以下程序運行后,輸入"藍"顯示的結果是()

A.red
B.blue
C.green
D.請完善程序,我還不知道?。?/p>

4.單項選擇題15歲以下的男生的判斷條件是()

A.nl<15 or xb=="男"
B.nl<15 or xb!="女"
C.nl<15 and xb=="男"
D.nl>=15 and xb=="男"

5.單項選擇題哪個表達式的布爾值是真()

A.2>3
B.123"=="321"
C.22*11>11*22
D.2>3 or 3>2