Q21.The following pseudocode is executed using the "Words" dataset. At the end of the execution, `A` captures the maximum letter count of a word which is not noun. 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
Q21
27 Oct 2024
Q21.The following pseudocode is executed using the "Words" dataset. At the end of the execution, `A` captures the maximum letter count of a word which is not noun. 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
}
```