What is the result of ArrString
What is the result of ArrString
Question:
- {“2020”, “10”, “20”}
- {“20”, “2020”, “10”}
- {“20”, “10”, “2020”}
- {“10”, “20”, “2020”}
Answer
Option C is correct.
This is a straight forward use of the split function
Question:
Option C is correct.
This is a straight forward use of the split function