how many operations will be executed by the following pseudocode? the answer will be a polynomial of degree 4 in n. i'll ask for the coefficients in *following* questions. *this* question will be worth 0 points, and will just give the pseudocode. for i in {1,2,...,n} do w <- w z 3 for j in {1,2,...,n} do z <- y y y 10 for k in {1,2,...,n^2} do for m in {1,2,...,7} do y <- x m for p in {1,2,...,n-2} do x <- w y p w <- w x