Ask a New Question

Asked by James

calculate the sum of squares of given input of numbers
3 years ago

Answers

Answered by oobleck
sum=0
for i=1..n
read x
sum += x*x
next i
3 years ago
Answered by Manaye
sum=0
for i=1..n
read x
sum += x*x
next i
3 years ago
There are no AI answers yet. The ability to request AI answers is coming soon!

Submit Your Answer


We prioritize human answers over AI answers.

If you are human, and you can answer this question, please submit your answer.

Related Questions

calculate the sum of squares of given input of numbers flowchart The sum of the squares of two positive consecutive is 41. Find the integers. How many squares are there on a chessboard? The sum of two squares of TWO consecutive even integers is 340. Find the integers. the sum of the two squares of two consecutive even integers is 1,648. what are the integers? The sum of the squares of three consecutive integers is 194. what are the integers? The sum of odd squares can be expressed as 1^2+3^2+5^2+…+(2n-1)^2=An^3+Bn^2+Cn+D. The value of... the sum of the squares of two positive whole number is 792 if one of the numbers is 13 find the othe... The sum of the squares of three consecutive positive integers is 365 What are these integers? Ple... The sum of the squares of three consecutive integers is 149. Find the integers. I got 6,7,8 or -6...
Submit Your Answer

Question

calculate the sum of squares of given input of numbers

Ask a New Question
Archives Contact Us Privacy Policy Terms of Use