You can add a do {} while loop. A do {} while loop will repeat through the code once and then again and again until the while is satisfied, for your code it would look like this:


public static...