Q39.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 = 101
while(Table 1 has more rows){
Read the first row X in Table 1
**** Fill the code ****
Move X to Table 2
}
```
Save
Check
Details
Q39
16 Jul 2023
Q39.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 = 101
while(Table 1 has more rows){
Read the first row X in Table 1
**** Fill the code ****
Move X to Table 2
}
```