int z; z = a + b; // z is now the integer sum lcd.print( z, DEC); // print the decimal value of z (default is ascii) }. void setup() {
確定! 回上一頁