gonzo6723 gonzo6723 05-06-2024 Engineering Answered Identify the method that can be used to create an array of substrings.a. strArray = split.string (str)b. strArray = string.split(str)c. strArray = str.split(string)d. strArray = (str)string.split