InterviewSolution
Saved Bookmarks
| 1. |
The complement of while loop is until loop.(a) True(b) FalseThe question was posed to me at a job interview.The question is from Until Loop in section Mathematic Operations and Loops of Ruby |
|
Answer» CORRECT CHOICE is (a) True The EXPLANATION is: The until LOOP is sort of LIKE backward while. |
|