#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;
}
The image is of the speedometer close up with tuesday written below and the road further goes towards luncikui road in navsari n...
No comments:
Post a Comment