Warning: mkdir(): No space left on device in /var/www/tgoop/post.php on line 37

Warning: file_put_contents(aCache/aDaily/post/javazavr/--): Failed to open stream: No such file or directory in /var/www/tgoop/post.php on line 50
Javazavr. Обучение Java.@javazavr P.530
JAVAZAVR Telegram 530
Javazavr. Обучение Java.
         for (int i = 2; i <= 100; i++) {
boolean isPrime = true;

for (int j = 2; j < i; j++) {
if (i % j == 0) {
isPrime = false;
break;
}
}

if (isPrime) {
System.out.println(i);
}
}



tgoop.com/javazavr/530
Create:
Last Update:

         for (int i = 2; i <= 100; i++) {
boolean isPrime = true;

for (int j = 2; j < i; j++) {
if (i % j == 0) {
isPrime = false;
break;
}
}

if (isPrime) {
System.out.println(i);
}
}

BY Javazavr. Обучение Java.


Share with your friend now:
tgoop.com/javazavr/530

View MORE
Open in Telegram


Telegram News

Date: |

During a meeting with the president of the Supreme Electoral Court (TSE) on June 6, Telegram's Vice President Ilya Perekopsky announced the initiatives. According to the executive, Brazil is the first country in the world where Telegram is introducing the features, which could be expanded to other countries facing threats to democracy through the dissemination of false content. Read now With Bitcoin down 30% in the past week, some crypto traders have taken to Telegram to “voice” their feelings. Matt Hussey, editorial director of NEAR Protocol (and former editor-in-chief of Decrypt) responded to the news of the Telegram group with “#meIRL.” More>>
from us


Telegram Javazavr. Обучение Java.
FROM American