- What kind of loop is this: response = keyboard.nextInt(); while (response == 1) { System.out.print ("Enter 1 to contin
Posted: Sat May 14, 2022 4:00 pm
- What kind of loop is this: response = keyboard.nextInt(); while (response == 1) { System.out.print ("Enter 1 to continue; 0 to stop"); response = keyboard.nextInt(); } O definite O posttest counted O event-driven