Help with some quiz questions

Discussion of Common Lisp
Post Reply
solo
Posts: 1
Joined: Tue Aug 24, 2010 4:16 pm

Help with some quiz questions

Post by solo » 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

gugamilare
Posts: 406
Joined: Sat Mar 07, 2009 6:17 pm
Location: Brazil
Contact:

Re: Help with some quiz questions

Post by gugamilare » Wed Aug 25, 2010 4:06 am

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.

zck
Posts: 2
Joined: Thu Feb 18, 2010 9:31 pm

Re: Help with some quiz questions

Post by zck » Sat Aug 28, 2010 7:32 pm

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.

Post Reply