Halstead complexity measures: Difference between revisions

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+-b+-c)/34;
printf("avg = %d", avg);
}