Q53.Let `X` be a row in the "Words" table. Let `isShortVerb` be a procedure to find whether the word in row `X` is a verb with letter count at most five. Choose the correct code fragment to complete the pseudocode.
```
Procedure isShortVerb(X)
********************
* Fill the code *
********************
End isShortVerb
```
Save
Check
Details
Q53
5 Jun 2022
Q53.Let `X` be a row in the "Words" table. Let `isShortVerb` be a procedure to find whether the word in row `X` is a verb with letter count at most five. Choose the correct code fragment to complete the pseudocode.
```
Procedure isShortVerb(X)
********************
* Fill the code *
********************
End isShortVerb
```