You are developing a class named Scorecard. The following code implements the Scorecard class.
(Line numbers are included for reference only.)
You create the following unit test method to test the Scorecard class implementation:
You need to ensure that the unit test will pass.
What should you do?

A.
Option A
B.
Option B
C.
Option C
D.
Option D
A
0
0
why
0
0
https://msdn.microsoft.com/en-us/library/dk1507sz.aspx
0
0
this is an indexed property.
the whole issue is with line =scorecard[“player2”]. The Scorecard class is not a dictionary. it requires an indexer.
0
0