@array1 = ("Here ","","is",""," an ","", "example that ","","I",""," just made","") @array2 = ("","Here is",""," an ","", "example that I just made","") #### Array 1 = Here is an example that I just made Array 2 = Here is an example that I just made