Int[] array = { 1, 4, 3, 6 }; int what = 0; // scan the array for ( int index=0; index < array.Length; index++ ) { what = what + array[ index ] ; } system.Out.Println( what ); what does the fragment write to the monitor? Select one:
a. 15
b. 14
c. 10
d. 1
Answers
Answered by
0
Answer:
I think that the answer will be option C
Explanation:
10
Similar questions
Political Science,
6 months ago
Science,
6 months ago
Social Sciences,
6 months ago
Art,
1 year ago
English,
1 year ago
Political Science,
1 year ago
Math,
1 year ago
Chemistry,
1 year ago