Print the label, then a colon, then a space, then the number. For the label "Score" and the number 42, print exactly: Score: 42
void label(String name, int value)
Examples
There are also 3 hidden tests you can't see. Solve the problem, not the examples.