what is true concerning user-controlled loop control structures? what is true concerning user-controlled loop control structures? you can jump out from anywhere inside the loop body. you can jump in anywhere inside the loop body. you can only jump out at the top or the bottom of the loop. this type of control is implemented by unconditional branches.