Need help with sketch

DEC is just an optional argument of Serial.print(), to ensure the first one is printed as a decimal number, not hex or binary or char.

Or to tell how many decimal places to print the value with, if the value is a float. (or a function pointer cast to a float, which isn't recommended)