Required input

Report a typo

What do we need to import so that the code below compiles correctly?

package org.hyperskill.java;

// ...

public class StdPrinter {

    public void println(String text) {

        out.println(text);
    }
}

Select the correct import statement.

Select one option from the list
___

Create a free account to access the full topic