displayCMYK method

String displayCMYK()

Implementation

String displayCMYK() {
  return "C: $c , M: $m , Y $y, K: $k";
}