#include <stdio.h>
int main()
{
int i,sum;
for(i=2;i<=10;i+=2)
{
printf("%d\n",i);
sum+=i;
}
printf("Sum=%d\n",sum);
printf("Average=%d",sum/5);
return 0;
}
https://youtube.com/shorts/I09jcicjGnA Right. [clears throat] So I want to share that over the time I have realized that you there is a hi...
No comments:
Post a Comment