

MCQOPTIONS
Saved Bookmarks
1. |
Which statement is true given the following? Double d = Math.random(); |
A. | 0.0 < d <= 1.0 |
B. | 0.0 <= d < 1.0 |
C. | Compilation fail |
D. | Cannot say. |
Answer» C. Compilation fail | |