A.
-HomeTaey
(ask anytime)
if I get it wrong, sorry
I think the answer is C because u can control the computer with a mouse to point at stuff on screen and also click on things with it its the main device u use besides key pad but without mouse u cant really do anything so i would pick C
Answer:
Following are the answer to this question:
In question 1, The index value will be "99".
In question 2, The index value will be "100".
Explanation:
In any programming language, the indexing of array always starts with the 0, and in the given question two points are defined, which can be explained as follows.
- In point 1, It is declared that an array is defined that stores 100 elements, and its indexing is based on zero, that's why its 100th element index value is 100.
- In point 2, At this point, it is defined, that its indexing starts from 1, then its 100th element indexing value is 100.