5. (5 points] Give a recursive algorithm in pseudocode for computing the sum of the cubes of the first n odd positive in
Posted: Sun May 15, 2022 8:38 am
5. (5 points] Give a recursive algorithm in pseudocode for computing the sum of the cubes of the first n odd positive integers. Use the header below and complete the body of the procedure. procedure sumcubes(n: positive integer)