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