Given an array named scores with 25 elements, what is the correct way to access the 25th element?

a. scores+25
b. scores[24]
c. scores[25]
d. scores[last]

b. scores[24]

Computer Science & Information Technology

You might also like to view...

An association established between two tables based on common fields is called a(n) ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

________ accepts only drawing input from the pen and cannot recognize handwritten text

A) Excel B) PowerPoint C) Publisher D) Word

Computer Science & Information Technology