MCQOPTIONS
Saved Bookmarks
| 1. |
What does the following condition do?check( name in( ‘Ryan’, ‘Cristiano’, ‘Leo’)) |
| A. | The condition checks whether the name attribute includes the three mentioned names |
| B. | The condition allows the name attribute to possess only the three mentioned names |
| C. | The condition checks whether the given names are sub-strings in at least one of the values |
| D. | None of the mentioned |
| Answer» C. The condition checks whether the given names are sub-strings in at least one of the values | |