Many people seem to hate "GOTO," and I can sympathize with them. The use of GOTO statements can make a program's code very messy. However, whether a programmer likes it or not, they use GOTOs in every program. They go by names such as functions, loops, if statements, and switches.