Skip to content

print()

Ozan Onur TEK edited this page Mar 21, 2016 · 3 revisions

print()

Prints the return of a method

Usage:

Java Code:
public class Test {
        public static void main(String...args){
        EasyMath.print(EasyMath.absoluteValue(-1));
       }
          }
        //Console Output:
         1.0

Clone this wiki locally