logo

Crowdly

Browser

Add to Chrome

Questions Bank (1402535 total)

Указати правильну відповідь.

У воді плавають три бруски однакових розмірів, які виготовлені із різних матеріалів. Один брусок дерев'яний (густина 700 кг/м3), інший з льоду (густина 900 кг/м3), третій з пінопласту (густина 100 кг/м3). Який номер бруска з пінопласту?

ris

View this question

Вибрати правильне продовження визначення. Згідно з рівнянням нерозривності струменя для рідини, яка не стискається:

0%
0%
0%
0%
View this question

What is the outcome of this line of code:

Console.WriteLine("Hello students");

0%
0%
0%
100%
View this question

In the code below, variable A has been defined and initialized. When variable A is assigned another value, the original value is added to the old value and the variable will then contain the value 22.

int A=10;

A=12

0%
100%
View this question

Assuming that n had the value of 4, what would be the result of the following logical condition?

(n%2 == 0)

0%
0%
View this question

C# is a case sensitive programming language

100%
0%
View this question

C# is a compiled language.

100%
0%
View this question

Write a C# statement that will divide variable x by 3 and save the answer into variable a. Assume that all variables have been declared an initialized.

Do not leave spaces in your answers.

View this question

Write

a single C# statement that will input the amount of money a person would like to invest and save the value into the

variable

invest. The variable invest has not been yet been declared.

View this question

Write a C# statement that will output the word Bazinga to the screen in a C# Console application? (Spelling and case is important)

View this question