Question: solve by Halsted metrics Example Consider the following C program: main() { int a, b, c, avg; scanf(%d %d %d, &a, &b, &c); avg =

 solve by Halsted metrics Example Consider the following C program: main()

solve by Halsted metrics

Example Consider the following C program: main() { int a, b, c, avg; scanf("%d %d %d", &a, &b, &c); avg = (a + b + c) / 3; printf("avg = %d", avg); } The unique operators are: main, (), {}, int, scanf, &, -, +, /. printf,',', ; The unique operands are: a, b, c, avg, "%d %d %d", 3,"avg = %d" . n1 = 12, 12 = 7, n = 19 26

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!