Page 1 of 1

Help with some quiz questions

Posted: Tue Aug 24, 2010 4:22 pm
by solo
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

Re: Help with some quiz questions

Posted: Wed Aug 25, 2010 4:06 am
by gugamilare
If you need help learning Lisp, try reading Practical Common Lisp. Your questions are very simple, you just need to lear the basics. I'm not doing your homework for you.

Re: Help with some quiz questions

Posted: Sat Aug 28, 2010 7:32 pm
by zck
Your post reads like "do my homework for me", which isn't particularly tempting.

If you post code you have so far, and tell us how it doesn't work, we can help.