InterviewSolution
Saved Bookmarks
| 1. |
What is repetition programming? |
|
Answer» Hahahah Google she copy kr diya hemant Whats is another name for repetition programming?and write some example Repetition means repeating a sequence of instructions a certain number of times, or until some specific result is achieved. In programming terms this means loops of all kinds, such as repeat, for, while, until etc. (e.g. move dog 1 step forward; repeat until dog is in kennel then stop). |
|