Arrays
An array is a container object that holds a fixed number of values of a single type. Basically A collection of similar data types stored at contiguous memory locations. The length of an array is established when the array is created. After creation, ...
gagang.hashnode.dev5 min read