what will be the avg value..?
int sum,index,avg;
index=0,sum=0;
for( ; ; )
{
sum=sum+index;
++index;
if(sum>=100)
break;
}
avg=sum/index;
printf("%d",avg);
Answers
Answered by
0
Answer:
169
Explanation:
hope this help......
Similar questions
Math,
2 months ago
Physics,
2 months ago
Environmental Sciences,
5 months ago
Science,
5 months ago
Social Sciences,
10 months ago
Chemistry,
10 months ago
Science,
10 months ago