Completed

Check your knowledge

1.

Which of the following lines of code will output the text Windows 11?

2.

What is the value of the following result? int result = 3 + 1 * 5 / 2;

3.

What will be the result of the following line of code? Console.WriteLine(5 / 10);

4.

Which of the following lines of code uses the addition assignment operator?