QuestionQ7
Variables and ArgumentsA variable must be created to store one or more IDs. The ID collection can be updated during robot execution by adding elements. What data type should this variable use, considering that every ID follows the format XX-XX-XX (where X is a digit)?
- A String
- B List
- C List
- D String[]
Community Discussion