Scheme Exercises

back to exercise list       previous     next

Group:     Exercise: 24/48 

implode3:  implode a 3-element list of digits into a number

Create the function implode3 which will be given a 3-element list of digits and will construct a 3-digit number from it.