Thursday, July 30, 2009

Please help me to write a c program accept n-input " thoes No is an array elements "?

Write C program which has a function that compute the sum of n number


Note: the n number is the values of array elements.

Please help me to write a c program accept n-input " thoes No is an array elements "?
use for(i=0;i%26lt;n;i++) sum=sum+i;


No comments:

Post a Comment