<p>C++<img alt="2. Complete the table to show which array elements pointers p and q point to and the values of the array elements after each line int a]-0, 1, 2,
<p><img alt="Scenario 4 Consider the following graph below. Note the corner points and the feasible region. 50 40 Corner Point A 30 Corner Point B (7,25) 20 Feasible 10 Region
<p>Why option 1 is not a valid Haskell expression, but option2 is agood Haskell expression?</p><p>option 1: let x:y = 3:4 in x*x + y*y</p><p>option 2: let x:[y] = [3,4] in