Allama Iqbal Open University

write a program that creates a 2-d array with int values the first element should be an array containing 32. the second array should be an array containing 500 and 300 .the third element should be an array containing 3945 and 600.declare, allocate and initialize the array display its length and elements. coding: class demo ................
................