-- [Arrays) - ### Arrays are powerfull datatype that can store a collection of items. *** 1. Create an array ($arr) qnd
Posted: Sat May 14, 2022 6:52 pm
its in bash
its in bash thats the language
-- [Arrays) - ### Arrays are powerfull datatype that can store a collection of items. *** 1. Create an array ($arr) qnd set it to a collection of integers (10,20,30,40,50,60,70,80,90,180) ## YOUR CODE HERE | $arr - 10,20,30,40,50,60,70,80,90,100 3 1 2 #** 2. Write out the sum value of the 2nd and last item in the array. (10.->20<-,30,40,50,60,70,80,90,->100<-) ## YOUR CODE HERE
its in bash thats the language
-- [Arrays) - ### Arrays are powerfull datatype that can store a collection of items. *** 1. Create an array ($arr) qnd set it to a collection of integers (10,20,30,40,50,60,70,80,90,180) ## YOUR CODE HERE | $arr - 10,20,30,40,50,60,70,80,90,100 3 1 2 #** 2. Write out the sum value of the 2nd and last item in the array. (10.->20<-,30,40,50,60,70,80,90,->100<-) ## YOUR CODE HERE