[solved] – Question 82724
What is the value of Name[value[1]] and Name[value [3]] in the following array ?
( int[] value = {1,0,3,2};
String[] Name = {“John”,”Paul”,”Mike”,”Cassandra”};
Expert Answer
OR
What is the value of Name[value[1]] and Name[value [3]] in the following array ?
( int[] value = {1,0,3,2};
String[] Name = {“John”,”Paul”,”Mike”,”Cassandra”};
OR