logo

Crowdly

Browser

Додати до Chrome

Questions Bank (1230069 total)

C# is a compiled language.

100%
0%
Переглянути це питання

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.

Переглянути це питання

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.

Переглянути це питання

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

Переглянути це питання

What will be the value saved in variable t assuming that variable n contains the value 4.  Write down only the number.

t=n%6;

Переглянути це питання
A részletes rendszerterv NEM tartalmazza:
33%
0%
0%
67%
Переглянути це питання
Melyik lényeges szempont a szállító kiválasztásánál a PLAN fázisban?
0%
0%
100%
0%
Переглянути це питання

what will be value saved in variable t assuming that variable n contains the value 4.  Write down only the number.

t=n%3;

Переглянути це питання
Mi a verifikáció?
0%
20%
80%
0%
Переглянути це питання

Complete the missing statement in the program below to output the shape. Do not leave spaces in your answer.

$

$$$

$

for(int line=0;line<=4; line++)

   

        Console.WriteLine("$");

Переглянути це питання