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

Показать описание
public class Bomb
{
public static void main(String[] args) throws InterruptedException {
{
int counter = 10;
do
{
counter--;
} while (counter !=0);
}
}
}
{
public static void main(String[] args) throws InterruptedException {
{
int counter = 10;
do
{
counter--;
} while (counter !=0);
}
}
}