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