10.
Chat with our AI personalities
the sum of 10 + 10 = 20
The sum of 10*1 is 10.
The sum of 8 and 2 is 10
The term "sum" implies the answer to addition.Example: What is the sum of 10 and 14?10 + 14 = 24
main() { sum=0; float avg=0.0; int sqr[10]; for(i=1;i<=10;i++) { sqr[i]=(i*i); } for(i=1;i<=10;i++) { sum=sum+sqr[i]; } avg=sum/10; dts it !!!