- A code:”while"
- B code:”while" type:form,method
- C type:form,method while
- D name:while
- Share this MCQ
Answer:
B
Share this MCQ
Justification:
- A. Incorrect: code:”while" will return all code that contains “while,” which is more than you require.
- B. Correct: code:”while" type:form,method will return form methods that use While select in the code.
- C. Incorrect: type:form,method while will try to return form methods with the name “while.”
- D. Incorrect: name:while will try to return any element with the name “while.”
Share this MCQ