Hello friends,
Need some help in writing the LISP function for the following:
1:) LISP code for the following functions so that when you run the code the output will be as shown below:
1- : (add22 5)
7
2- : (add55 5)
10
3- : (min-abs4 3 5 -2 -8)
2
4- : (max-abs4 3 5 -2 -8)
8
Search found 1 match
- Tue Aug 24, 2010 4:22 pm
- Forum: Common Lisp
- Topic: Help with some quiz questions
- Replies: 2
- Views: 3864