do-while loop

a construction in which a series of commands are performed once initially, and then repeatedly for as long as a specified condition evaluates to true.

Noun

  1. a construction in which a series of commands are performed once initially, and then repeatedly for as long as a specified condition evaluates to true.

Forms

do-while loops do while loop do/while loop