Which of the following statements will print 66 on the Serial monitor?
66
Serial.println( 54, HEX);
Serial.println( 54, BIN);
Serial.println( 54, OCT);
Serial.println( 54, DEC);