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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!