Question: Given an Array defined as Dim XI as integer = { 5 , 3 , 6 , 8 , 1 , 0 , 2 }

Given an Array defined as
Dim XI as integer ={5,3,6,8,1,0,2}
which statement will print the last element of it
a. console write(X(X.length+1))
b. console. write (X(6))
c. console write(X(X.length 1))
d. console.write(X(X.Jength))

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!