Write code that prints the values stored in an array called names backwards.
What will be an ideal response?
```
for (int index = names.length-1; index >= 0; index--)
System.out.println(names[index]);
```
Computer Science & Information Technology
You might also like to view...
To modify a macro, you can modify the actual Visual Basic for Applications code
Indicate whether the statement is true or false
Computer Science & Information Technology
The smallest mobile computing device is a(n) ____________________.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology