Question
If you declare an integer array as follows, what is the value of nums[2]?int[] nums = {101, 202, 303, 404, 505, 606};a. 101b. 202c. 303d. impossible to tell
Step 1
The array is declared as `int[] nums = {101, 202, 303, 404, 505, 606};`. Show more…
Show all steps
Your feedback will help us improve your experience
Watch the video solution with this free unlock.
EMAIL
PASSWORD