public interface OutputPrinter
| Modifier and Type | Method and Description |
|---|---|
void |
print(String text)
Prints with an end of line the text passed as parameter
|
void print(String text)
text - The text we want to printCopyright © 2017. All rights reserved.