#ITE-6104
Awesome StudentQuestion • Computer Programming 2

Which of the following is a correct declaration of an array?

Answer

EmployeeRecord[ ][ ] er=new EmployeeRecord[10][10];