Question 8
Statement
The following pseudocode is executed using the “Scores” dataset. At the end of the execution, A captures the lowest Chemistry marks scored by a male student from Vellore. Choose the correct code fragment(s) to complete the pseudocode.
A = 101while (Table 1 has more rows) { Read the first row X in Table 1 ******************** * Fill the code * ******************** Move X to Table 2}