;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; ; CSCI--4150 Introduction to Artificial Intelligence, Fall 2004 ; ; Assignment 1 ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; ; Problem 4: ; (define (make-change amount) 'your-procedure-here) ; ; Problem 5: Section 6.3, Exercise 2 ; (define (income-tax taxable-income) 'your-procedure-here) ; ; Problem 6: ; (define (swap Lst j k) 'your-procedure-here) ; ; Problem 7: ; (define (element-number e Lst) 'your-procedure-here) ; ; Problem 8: ; (define (plus/minus-ize grade) 'your-procedure-here) ; ; Problem 9: ; (define (meters->distance m) 'your-procedure-here) ; ; Problem 10: ; (define (approx-pi N) 'your-procedure-here)