• 2022-06-15
    short s = 0x1234; byte b = (byte) s;现在,b=?(10进制)
  • 52

    内容

    • 0

      有以下方法的定义,请选择该方法的返回类型_________ method(byte x, double y) { return (short)x/y*2; } A: byte B: short C: int D: double

    • 1

      对于“switch(a)”表达式中的变量a,它可以被声明为哪些合法数据类型? A: boolean, byte, char, short, int, long B: boolean, byte, char, short, int C: byte, char, short, int D: boolean, byte, char, short, int, long, float, double

    • 2

      波特率的单位是( )。 A: bit/s B: Byte/s C: MBPS D: m/s

    • 3

      网速测试结果以为单位() A: Byte/s B: Mbit/s C: Gbit/s D: KByte/s

    • 4

      下列变量赋值错误的是()? A: char c=97; B: byte b=99; C: float f=3.14f; D: short s=32768;