Question: list the program slice by ONLY USING LINE NUMBERS for min in statement 15. 1. int normalize() f int max--100000; int min 100000; int n
list the program slice by ONLY USING LINE NUMBERS for min in statement 15.

1. int normalize() f int max--100000; int min 100000; int n 0; float a[100]; int temp; while (leof()) 4 scanf("%d", temp); a[n] - temp; 9 10. if (max temp) max = temp ; if (min > temp) min = temp; 12. 13. 14. 15. 16. printf( "Max value is %d ", max); printf("Min value is %d ", min); for (int = 0; i n; i++) { a[i] -(ai] min) / (max - min); printf("f", a[i]); 18. 19. 20
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
