/* * Output: -Infinity */public class MainClass { public static void main(String args[]) { System.out.println(Double.NEGATIVE_INFINITY); }}