InterviewSolution
Saved Bookmarks
| 1. |
What two statements are true about the result obtained from calling ? |
| Answer» (2) and (3) are correct. The result range for random() is 0.0 to < 1.0; 1.0 is not in range. | |