Discuss the below:
Q: Write a statement to create 10 instances of the form named frmMdiChildList. Store a reference to each form instance that you create in the array named frmListArray. Assume that the array has a data type of frmMdiChildList having subscripts from 0 to 9. Configure the forms so that they appear as child forms of the MDI parent form named frmMdiParent.
Use VB.NET programming to write statement