Q43
What is the output of the following code: Console.WriteLine( "5 + 5 = 5 + 5");
A.
5 + 5 = 10
AnswerB.
10
C.
$"5 + 5 = {5 + 5}"
D.
Compilation error
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board