• 2022-10-26
    以下变量命名格式正确的是()
    A: while
    B: 58com
    C: _message5
    D: switch
  • C

    内容

    • 0

      下列ECMAScript变量命名格式正确的是 A: _hello123 B: 123hello C: -hello123 D: this

    • 1

      以下Python中变量的命名正确的是()。 A: 1a=5B B: print=8 C: _A2B D: a+b=5

    • 2

      有以下程序main(){intk=5,n=0;do{switch(k){case...);}while(k>0&&n<5);}

    • 3

      若a、b均为整型变量,正确的switch 语句是______。 A: switch (a+b) B: switch a; C: switch (a*1.0) D: switch(b);

    • 4

      以下变量命名正确的是