bws@riggins:classes/ece272/lab4:70> lab4 Enter an integer between 0 and 9 (no checking will be done): 2 Enter any other second integer: 4 Enter a third integer (LARGER THAN THE FIRST INTEGER) to be the size of a dynamic array: 6 a (static) [0] = 4 a (static) [1] = -1 a (static) [2] = 1 a (static) [3] = -1 a (static) [4] = -1 a (static) [5] = 8 a (static) [6] = -1 a (static) [7] = -1 a (static) [8] = -1 a (static) [9] = -1 adymamic[0] = -2 adymamic[1] = 2 adymamic[2] = 6 adymamic[3] = -2 adymamic[4] = -2 adymamic[5] = -2 sum = 6 avg = 0 bws@riggins:classes/ece272/lab4:71>