CS 404 Artificial Intelligence -LISP Handout 1 1. Write a program that prints teenager if age is between 13 and 19. 2. W
Posted: Fri May 20, 2022 4:39 pm
CS 404 Artificial Intelligence -LISP Handout 1 1. Write a program that prints teenager if age is between 13 and 19. 2. Write a LISP program to print multiplication table of 5. 3. Write a LISP function that takes radius as input parameter and compute circumference of a circle.