Difference between revisions of "Loop"
Jump to navigation
Jump to search
m |
(not much science here) |
||
| Line 2: | Line 2: | ||
A common error made by novice programmers is to program an infinite loop, i.e., one that never ends despite the programmer's hopes. | A common error made by novice programmers is to program an infinite loop, i.e., one that never ends despite the programmer's hopes. | ||
| − | [[Category:Computer | + | [[Category:Computer Programming]] |
Revision as of 17:04, December 2, 2008
A loop in Computer Programming is a section of instructions which are repeated - either endlessly or until a certain expected state occurs.
A common error made by novice programmers is to program an infinite loop, i.e., one that never ends despite the programmer's hopes.