Page 1 of 1

Write a program to compute the following summation for 10 integer values. Input the values of i and use the appropriate

Posted: Sun Jul 03, 2022 9:57 am
by answerhappygod
Write A Program To Compute The Following Summation For 10 Integer Values Input The Values Of I And Use The Appropriate 1
Write A Program To Compute The Following Summation For 10 Integer Values Input The Values Of I And Use The Appropriate 1 (57.59 KiB) Viewed 33 times
Write a program to compute the following summation for 10 integer values. Input the values of i and use the appropriate data structure needed.. The output of the program is given as follows: Input the Values for i 10 20 30 40 50 60 70 80 90 100 Ouptut i 10 20 30 40 50 60 70 80 90 100 i*i 100 400 900 1600 2500 3600 4900 sum 100 500 1400 3000 5500 9100 14000 6400 20400 8100 28500 10000 38500 The Total Summation Value of the Series 38500