A
Q. What is the value of "d" in the following Java code snippet?
double d = Math.round ( 2.5 + Math.random() );
- Correct Answer - Option(B)
- Views: 16
- Filed under category Java
- Hashtags:
Discusssion
Login to discuss.