What is an array? Bascically we write array in square brackets [], and there should be the value of number, string and boolean or empty. Exp Arr=[]; . In other word we can say array is used to collection of the values. The Array object, as with array...