Answers:
What is the index of the last element in the array? stArr1.length()-1
This prints the names in order. How would I print every other value? Change line 4 to: index = index +2
Change line 7 to: i < names.length
Answer:
yes it is odd beacuse 3 is a odd number
Answer:
D) All of the above
Explanation:
All of these options are true.
Hope it helps and is correct!
#include <stdio.h> //stdio stands for STanDard Input/Output