What is the problem with this code?
```
int .array[5];
>>Delete the dot
for (int index = 1; index <=5; index++)
array[index] = index /2;
```
What will be an ideal response?
The array element array[5] does not exist, yet we are assigning a value to it.
Computer Science & Information Technology
You might also like to view...
To distinguish editing done to a document by multiple authors, the changes are:
A) displayed in different colors. B) numbered—1, 2, 3, and so on. C) highlighted in different colors. D) displayed in different fonts.
Computer Science & Information Technology
If your password is strong enough, do not change it.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology