Computer Science, asked by jasonjoshi238, 1 year ago

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 abcd3030
0

Answer:

I think that the answer will be option C

Explanation:

10

Similar questions