Knowledge check

Completed

Check your knowledge

1.

What does the following code accomplish? var value = (int) dividend / (int) divisor;

2.

What does the $ symbol do when used in a string in C#?

3.

What is wrong with the following code? int sophiaSum; Console.WriteLine("Sophia: " + sophiaSum);