Q45.The following pseudocode is executed using the "Scores" dataset. At the end of the execution, `count` captures the number of boys who scored at least 75 marks in Chemistry. Choose the correct code fragment(s) to complete the pseudocode.
```
count = 0
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
Q45
16 Oct 2022
Q45.The following pseudocode is executed using the "Scores" dataset. At the end of the execution, `count` captures the number of boys who scored at least 75 marks in Chemistry. Choose the correct code fragment(s) to complete the pseudocode.
```
count = 0
while(Table 1 has more rows){
Read the first row X in Table 1
******** Fill the code ********
Move X to Table 2
}
```