public class Output
extends java.lang.Object
Modifier and Type | Method | Description |
---|---|---|
static java.lang.String |
print(double num) |
Outputs a numeric value to system output.
|
static java.lang.String |
print(java.lang.String str) |
Outputs a string value to system output.
|
public static java.lang.String print(java.lang.String str)
str
- string value to outputpublic static java.lang.String print(double num)
num
- numeric value to outputCopyright ? 2003-2018 CCLRC: Council for the Central Laboratory of the Research Councils. All Rights Reserved.