单选题

下列程序中,串口监视器输出的值可能是(  )。

void setup(){

int i;

i=2.7;

Serial.begin(9600);

Serial.println(i);

}

A

0

B

2.7

C

2

D

3

赣ICP备20007335号-2