Make a program that calculates the next product of some natural numbers using a recursive function

后端 未结 0 1852
自闭症患者
自闭症患者 2021-01-12 15:59

Make a program in C++ that calculates the next product of some natural numbers using a recursive function p(n) = 1* 3 * 5* ... *(2n+1). The natural number n must be entered

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