🚀 INTRODUCTION TO ARRAY
Array is basically the collection of similar data values in a single variable.
Arrays are introduced in square brackets[].
Arrays allows you to access a group of values together under a single name .
As when we define an arra...