MCQOPTIONS
Saved Bookmarks
| 1. |
Which of these method returns a smallest whole number greater than or equal to variable p? |
| A. | double floor(double p) |
| B. | double max(double p) |
| C. | double min(double p) |
| D. | double ciel(double p) |
| E. | None of these |
| Answer» E. None of these | |