Saved Bookmarks
| 1. |
The ……. and ……. operators can be used with strings to determine whether a string is present another string. |
|
Answer» The in and Not in operators can be used with strings to determine whether a string is present another string. |
|