Question: Write a C program where the user enters a number n and then evaluates the following summation: ( 1*1) + (2*2) + (3*3) + (4*4)
Write a C program where the user enters a number n and then evaluates the following summation: ( 1*1) + (2*2) + (3*3) + (4*4) + (5*5) +....+ (n*n).
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
