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
-- [Arrays) - ### Arrays are powerfull datatype that can store a collection of items. *** 1. Create an array ($arr) qnd
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
-- [Arrays) - ### Arrays are powerfull datatype that can store a collection of items. *** 1. Create an array ($arr) qnd
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!