Question: C++ Write a program that allows a user to input numbers (integers) into a two-array. Include the following: - Declare a 2 - dimensional array
C++
Write a program that allows a user to input numbers (integers) into a two-array. Include the following:
- Declare a 2 - dimensional array named: numArray.
- Pass the array to a function named: getData. *The function should prompt the user to enter values. * Use nested for loops to read in the data.
- Once the data has been entered, pass the array to a function named : displayArray * Clear the screen before displaying the data. * Use nested for loops to output the data
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
