to break a string into an array u would use these function
Answers
Answered by
0
Answer: Split() function splits the input string into multiple substrings based on the delimiters, and it returns the array, and the array contains each element of the input string.
Explanation:
Similar questions