Saved Bookmarks
| 1. |
Point out the correct statement?(a) R has a number of ways to indicate to you that something’s not right(b) Executing any function in R may result in the condition(c) “condition” is a generic concept for indicating that something unexpected has occurred(d) All of the mentioned |
|
Answer» Correct choice is (d) All of the mentioned For explanation I would say: Programmers can create their own custom conditions if they want. |
|