InterviewSolution
Saved Bookmarks
| 1. |
Differentiate between the following:Forever and Forever If BlockForever Block Forever If Block_____________________________ _____________________________________________________________ _____________________________________________________________ ________________________________ |
|
Answer» Explanation: Forever BLOCK is USED to do a thing repeatedly until it is stopped. Forever If block is used to do a thing repeatedly if the GIVEN condition is true and if the given condition is false then The Forever Block will not EXECUTE. |
|