Computer Science, asked by shobhi797, 13 days ago

which instruction could be used to increase the value of the 5th element of array "scores"?


a. scores[4]++;
b. scores[4] += 1;
c. scores[4] = scores[4] + 1;
d. all of the mentioned​

Answers

Answered by usha19021984
4

Explanation:

c. scores (4) = scores (4)+1;

Answered by vinaysharma58
1

scores[4]=scores[4]+1;

PLZ MARK ME AS BRAINLIEST!!!!!!!!!!!!

Similar questions