Let m and n are integer variables hoding some positive value. Give a fragment of C++ code that creates a 2-dimensional, integer array of m rows and n columns dynamically. Use new operator twice.
Printable View
Let m and n are integer variables hoding some positive value. Give a fragment of C++ code that creates a 2-dimensional, integer array of m rows and n columns dynamically. Use new operator twice.
We won't do the work for you, but if you show us what you have so far, we'll give you tips.
Possibility(Assignment) > Possibility(OwnQuestion)
do your own homework. You will learn best by making your own mistakes.