Class -7-When executed the following line of code will print System.out.println(-1 * Double.NEGATIVE_INFINITY);
package net.dharmaraj;
class dev {
public static void main(String ff[]) {
System.out.println(-1 * Double.NEGATIVE_INFINITY);
}
}
A) -Infinity
B) Infinity
C) NaN
D) -NaN
Class Java Script
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment