Choose the correct option for the output when lower or upper-case arguments are given in LISP.
Same output
Different output
LISP does not support lower case
LISP does not support upper case
Answer and explanation
LISP gives the same output for both the cases. In fact, LISP always gives output in upper case letters.
