LISP program to perform the arithmetic operations
kw.lisp
Output
kodingwindow@kw:~$ clisp kw.lisp ——————————————————————————————————————————— Program to perform the arithmetic operations ——————————————————————————————————————————— Enter the 1st number 50 Enter the 2nd number -10 ————————————————————————— Addition | 40 Subtraction | 60 Multiplication | -500 Division | -5 ——————————————————————————————————————————— kodingwindow@kw:~$
What Next?
LISP program to perform the bitwise operations
LISP program to demonstrate the use of trigonometric functions
LISP program to demonstrate the use of numeric conversion functions
Advertisement