Question 4
Let X be a row in the "Words" dataset. Let isShortVerb be a procedure to find whether the word in the 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