LISP, is a list processing, is a programming language widely used in working with data manipulation. LISP allows us to produce single or multiple-dimension arrays using the make-array function. An array can store any LISP object as its elements.
The index number of the array starts from 0 to the n-th term.
Example 1:
Output:
Example 2:
Example 3:
Example 4: