LISP program to swap the given numbers
kw.lisp
Output
kodingwindow@kw:~$ clisp kw.lisp ——————————————————————————————————————————— Program to swap the given numbers ——————————————————————————————————————————— Enter the 1st number a=10 Enter the 2nd number b=20 After swapping... a=20 b=10 ——————————————————————————————————————————— kodingwindow@kw:~$
What Next?
LISP Control Statements
Advertisement