Ši naršyklė nebepalaikoma.
Atnaujinkite į „Microsoft Edge“, kad pasinaudotumėte naujausiomis funkcijomis, saugos naujinimais ir techniniu palaikymu.
Which line of code uses logical negation?
Console.WriteLine(!value);
Console.WriteLine(value != false);
Console.WriteLine(a != b);
Which of the following lines of code is a valid use of the conditional operator?
int value = amount >= 10? 10: 20;
int value = amount >= 10: 10? 20;
int value = amount >= 10? 10| 20;
You must answer all questions before checking your work.
Ar šis puslapis buvo naudingas?
Reikia pagalbos šioje temoje?
Norite išbandyti funkciją „Ask Learn“, kad patikslintų arba paaiškintų šią temą?