MCQOPTIONS
Saved Bookmarks
| 1. |
What is the signature of Math.random() method? |
| A. | public static double random() |
| B. | public void double random() |
| C. | public static int random() |
| D. | public void int random() |
| Answer» B. public void double random() | |