Question: asap with code screen shot if possible scheme programs only. make sure u check before u do it Problem I-Scheme Write Scheme programs that generate

asap with code screen shot if possible "scheme" programs only. make sure u check before u do it
Problem I-Scheme Write Scheme programs that generate the following lists as output cons as the list building operator: using only 1 "((c (e f (b))) gb) 3. A list l that contains three items: the atom 'g' the minus operator/', and the atom '6' such that ((cadr 1) 18 9) evaluates to 2 Note that cadr is composed of car and cdr such that (cadr 1) (car (cdr 1)) Problem II - Scheme Write the following functions on lists in Scheme. The semantics of the func- tions is described through examples 1. Get nth digit of an integer (define getnthdigit (lambda (m n) (getnthdigit 32145 1) >5 (getnthdigit 32145 2) - 4 Note: You can use Scheme build-in function "modulo" and "floor
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
