tubby8152 tubby8152 08-03-2024 Mathematics contestada Find the value of a after execution of the loop by first constructing a trace table. a := 3 for i:= 1 to 3 a:= 4a + 1 next i iteration 0 1 2 3i __ __ __a 3 __ __ __After execution: a = ___