Please see an attachment for details Determine what will

Please see an attachment for details Determine what will be displayed in the Immediate Window if the following macro is run in VBA. Sub ArrayProblem () Dim x() As Double Dim y As Double Dim k As Integer k = 0 y = 0 While y < 16 y = 2 * y+1 ReDimPreserve x(k) As Double x (k) = y k = k+1 Wend Debug . Print "The last index in x is "; U... Show more... Show more Engineering & Technology Computer ScienceENED 1120