Q52.The following pseudocode is executed using the "Words" dataset. At the end of the execution, `A` captures the maximum letter count among words that are not nouns. Choose the correct code fragment to complete the pseudocode.
```
A = 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
Q52
5 Jun 2022
Q52.The following pseudocode is executed using the "Words" dataset. At the end of the execution, `A` captures the maximum letter count among words that are not nouns. Choose the correct code fragment to complete the pseudocode.
```
A = 0
while(Table 1 has more rows){
Read the first row X in Table 1
***************
* Fill the code *
***************
Move X to Table 2
}
```