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