Function call
|
Q1
|
Index
|
Result
|
---|---|---|---|
GetAnswer(Q1, Index)
|
{5,1,6,3,2,4}
|
0
|
{5}
|
Q1.GetAnswer(Index)
|
{5,1,6,3,2,4}
|
3
|
{3}
|