A word is said to be perfect if no letter is repeated. Let isPerfect be a procedure that takes a row X from the "Words" table as input and decides whether the word is perfect. Choose the correct implementation of the procedure isPerfect.
Q21
3 Sep 2023
Computational Thinking · Week 5
Q21.A word is said to be perfect if no letter is repeated. Let isPerfect be a procedure that takes a row X from the "Words" table as input and decides whether the word is perfect. Choose the correct implementation of the procedure isPerfect.