Google
 

Sunday, July 20, 2008

AI LAB : Assignment 1

1. Perform the following arithmetic operations in COMMON LISP:
a. 34+21
b. 35+(70/2)
c. (100+25)/(15/3)

2. Create a list named MCA containing atoms [ masters in computer applications]. Remove the atom computer and insert comp in its place.

3. Explain the difference between FIRST and REST using examples.

No comments: