Which loop iterates till the condition evaluates to true?
(a) while
(b) until
(c) for
(d) case
Answers
Answered by
3
actually these loops works till the given expression becomes FALSE.
i am not aware of the until loop....
case is not a loop , but is a part of switch case , which when true executes a set of statements , till break is encountered. Somewhat like if-else but only useful for equality tests....
i am not aware of the until loop....
case is not a loop , but is a part of switch case , which when true executes a set of statements , till break is encountered. Somewhat like if-else but only useful for equality tests....
Similar questions
Social Sciences,
8 months ago
Environmental Sciences,
8 months ago
English,
1 year ago
Computer Science,
1 year ago
Hindi,
1 year ago
Social Sciences,
1 year ago