I made a bomb using Java. Do While loop countdown timer.

preview_player
Показать описание
public class Bomb
{

public static void main(String[] args) throws InterruptedException {

{
int counter = 10;
do
{
counter--;
} while (counter !=0);
}
}
}
Рекомендации по теме
visit shbcf.ru