Help with some quiz questions
Posted: Tue Aug 24, 2010 4:22 pm
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
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