LISP program to find the area of a circle using a function
kw.lisp
Output
kodingwindow@kw:~$ clisp kw.lisp ——————————————————————————————————————————— Program to find the area of a circle ——————————————————————————————————————————— Enter the radius 10 The area of a circle is 314.15997 The circumference of a circle is 62.831 ——————————————————————————————————————————— kodingwindow@kw:~$
Advertisement