下列程序中,串口监视器输出的值可能是( )。
void setup(){
int i;
i=2.7;
Serial.begin(9600);
Serial.println(i);
}
0
2.7
2
3