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