MYARRAY[MYARRAY.LENGTH -1] = NEW VALUE QUESTION 123

4. MyArray[MyArray.Length -1] = new value Question 123 : What wrong with this snippet of code? class ClassA { /*Do something*/ } interface interfaceB : ClassA /*Do something*/ class MainClass static public void Main(System.String [] s) { //block of statements } Select answer :