Consider the following loop: for (int i = 1; i < n; i++) {...
Consider the following loop: for (int i = 1; i < n; i++) { a = a * 1.1 + b;} Determine whether this loop is parallelizable. Identify the dependency. Suggest one way to restructure the computation.