• 2021-04-14
    下面程序的运行结果是 ________ 。 SET EXACT ON s= "ni"+ space(2) IF s== "ni" IF s= "ni" ? " one " ELSE ? " two " ENDIF ELSE IFs= "ni" ? " three " ELSE ? " four " ENDIF ENDIF RETURN
  • three

    内容

    • 0

      以下程序的运行结果是s=2,t=3#include ;using namespace std;int main(){ int s=1,t=1,a=5,b=2; if (a>;0) s++; if (a>;b) t+=s; else if (a==b) t=5; else t=2*s; cout return 0;}

    • 1

      Je n’ai ni frère ni sœur, je suis enfant _____.

    • 2

      执行下列程序: Set talk off Store .T. to x Store 0 to y Do while x y=y+1 if int(y/3)=y/3 ??y Else Loop Endif If y>20 Store .F. to x Endif Enddo Set talk on

    • 3

      除Fe元素外,生铁含有的主要元素组为()。 A: Si、Ni、P B: Cu、Ni、S C: Si、Mn、S D: Ni、Cu、Mn

    • 4

      执行下列程序段后,假定从键盘输入 20 ,则程序的运行结果是 ________ 。 INPUT " 请输入数据 " TO A S=0 IF A=10 S=1 ENDIF ?S