L

Logic Error

Much as the name implies, a logic error is a fault in the program’s source code that results in wrong or unexpected behavior, such as a program crashing while running.

Loop

A loop is defined as a programming structure that repeats a set of directions until a specified condition is met. One can create a loop in all modern programming languages, but their implementations and syntax may differ.