Online Java Compiler By
JavaTpoint.com
{ public static void main(String[] args) { float a= 0.0f; System.out.println(Math.signum(a)); } }
Output