public static int[] sampleArray()
{
    int studentScores = {72, 91, 83};
    ____
}
?
Using the above code, write the statement that will return the array name.

What will be an ideal response?


return studentScores;

Computer Science & Information Technology

You might also like to view...

In order to activate Windows 7, you must supply a valid __________

a. Corporate license ID b. Registry key c. Product key d. IP address

Computer Science & Information Technology

If your UPS kicks in too often, install a(n) __________________ to track the voltage over time.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

When using a for loop to iterate over a list, the items are visited in no particular order.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

A record's ____ field is the field whose contents make the record unique among all records in a file.

A. primary B. column C. secondary D. key

Computer Science & Information Technology