Loop Glossary

Browse 1 loop terms defined in plain English, from the cultural dictionary of computing.

1 Loop Terms

Do-Loop
Do-Loop (or do-while loop) is a control flow statement that executes a block of code at least once and then repeatedly executes it as long as a specified...

Related Topics