Question: Incorrect Question 9 0 / 10 pts Select the best answer. Examine the following pseudocode. Each line is numbered (leftmost number). This algorithm must find

Incorrect Question 9 0 / 10 pts Select the best answer. Examine the following pseudocode. Each line is numbered (leftmost number). This algorithm must find the smallest number in Sequence A. This algorithm may be flawed. If it is flawed, indicate the line that makes it incorrect (select the option that describes best what is wrong with it), otherwise select "correct". Procedure(A) 1: n= A.length 2: a = A[n] 3: for j = 1 to n-1 4: if (a > A[j]) 5: a = A[j] 6: return(a) Line 3 O Correct Line 2 Multiple lines Line 4
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
