22a. Memorization Quiz 1

fib and num-digits
  1. The fib function makes Fibonacci numbers starting with fib(0)=1. Write it.
  2. The num-digits function takes in a positive integer and returns the number of digits. For example, (num-digits 5031) gives 4. Write this function. Edit to remove any unnecessary code.
Last modified August 18, 2023: 2022-2023 End State (7352e87)