How do i pass a number from a list as a parameter in scheme?
- by wyatt
I need to take a number from a list and convert it to a number so that i can pass it as a parameter.
im trying to make a 1-bit adder in scheme. i've written the code for the or gate and the xor gate and also the half adder and now im trying to combine them all to make a full adder. im not sure if im going about it the right way. any input will be…