A.size is a variable containing the size n of the array…
In the following procedure, the input is an array A[1..n] of arbitrary integers, A.size is a variable containing the size n of the array A (assume that A contains at least n > 2 elements), and “return” means return from the procedure call. 0. Procedure nothing(A) 1. A[1] := 0 2. A[2] := 1 3. […]
