Implementation of a reduce procedure in racket with three arguments: function, base and a list

前端 未结 0 1562
-上瘾入骨i
-上瘾入骨i 2021-02-07 06:22

My task is to implement a reduce procedure that takes a function that adds, or multiplies, or divides, each number in a list. I am stuck with the argument base.

相关标签:
回答
  • 消灭零回复
提交回复
热议问题