Content deleted Content added
m identification of the mathematical symbols and using the same language (distinct vs unique) to make it consistent and easier to read |
Tag: Reverted |
||
Line 40:
int a, b, c, avg;
scanf("%d %d %d", &a, &b, &c);
avg = (a
printf("avg = %d", avg);
}
|