Chapter 14: Problem 15
Write a recursive function definition for the following function: int squares(int n); //Precondition: n >= 1 //Returns the sum of the squares of numbers 1 through n. For example, squares (3) returns 14 because \(1^{2}+2^{2}+3^{2}\) is 14
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.