/* * Count to ten! */ public class WhileLoopDemo2 { public static void main(String[] args) { // initialize control variable // check the boolean expression // update the control variable } }