+91-85006-22255
What will be the output of the following program?
public class ValueOfValue{ public static void main(String s[]) { double value = Math.round (2.5 + Math.random()); System.out.println("Output is: " + value); }}
Topic: Java Math Class - java.lang.Math
Read this topic Take test on this topic
Open In App