Which cause a compiler error? select one:
a. int[ ] scores = {3, 5, 7};
b. string cats[ ] = {"fluffy", "spot", "zeus"};
c. int [ ][ ] scores = {2,7,6}, {9,3,45};
d. boolean results[ ] = new boolean [] {true, false, true};?
Answers
Answered by
0
a=5
b=fluffy
c=(2,7,9)
b=fluffy
c=(2,7,9)
Similar questions
Science,
7 months ago
Science,
7 months ago
Computer Science,
7 months ago
Math,
1 year ago
Math,
1 year ago