Computer Science, asked by adrikasingh7722, 9 months ago

Write a program to compute the sum of the square of first 100 even integers

Answers

Answered by ItzCuteChhori
0

Answer:

Input : 3

Output : 56

22 + 42 + 62 = 56

Input : 8

Output : 816

22 + 42 + 62 + 82 + 102 + 122 + 142 + 162.

Thanks^♤^......

Similar questions