an example of a while loop, then provide the equivalent do-while loop and for loop in JAVA Example: do while loop in java do { ... } while(condition);