logo

Crowdly

Browser

Add to Chrome

Questions Bank (1401363 total)

Встановіть відповідність подій

View this question

Що означає слово імпровізація?  ...

0%
0%
0%
0%
View this question

Встановіть відповідність у подіях

View this question

Ситуація в СРСР після Другої світової війни

View this question

"Головними винуватцямирепресій були названі Єжов, Берія, інші керівники каральних органів, яких уже не було в живих" про які обставини йде мова в уривку?

0%
0%
0%
0%
View this question

Яка подія відбулася  в СРСР у період керівництва М.Хрущова?

0%
0%
0%
0%
0%
View this question

Хто причетний до появи терміну "Відлига"?

0%
0%
0%
100%
View this question

How many iterations will be performed in total when executing the following java-code:

for(int i=0;i<5;i++)

           for ( int j = 5; j<=10; j++)

               System.out.println(i + " , " + j);

0%
0%
0%
0%
View this question

Calculer :

View this question

What will happen when you attempt to compile and run the following code in a method?

for(int i=0;i<5;)

{

    i++; System.out.println(i);   

}

View this question