Question 4:
(2 marks)
4 of 4
Paper No: 1
The given file Q5.c already contains statements to input a number n. You should write statements to find the sum of the sequence:1 1 1 1+22+33++²
Notes:
- You can create new function(s) if you see it is necessary.
- Do not edit given statements in the main function.
Sample input and output:
Input: 3
Output:
1.28704
Zoom
+ 100%
Close