Is it possible to implement Serial.printf() as C language's printf() does ?
If so, we use %d for integer, %s for string, %f for float point data, etc.
We can print different data type in the same function call.
We also can print many data in the same code line.