What does the following condition do?
Posted: Thu Jul 14, 2022 8:53 am
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
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