Print the given text wrapped in double quotes. For hello, print exactly: "hello" — including the quote marks. A quote inside a String is written \".
void quoted(String text)
Examples
There are also 2 hidden tests you can't see. Solve the problem, not the examples.