Computer Science, asked by duttakarsoma823, 1 year ago

Which cause a compiler error?

a. int[ ] scores = {3, 5, 7};

b. int [ ][ ] scores = {2,7,6}, {9,3,45};

c. string cats[ ] = {"fluffy", "spot", "zeus"};

d. boolean results[ ] = new boolean [] {true, false, true};?

Answers

Answered by alex57
0
I think the second one rests i am not sure
Similar questions