Question: Write an app using a two-dimensional array which can be used to store a yearly budget. Each row of the array corresponds to a particular
Write an app using a two-dimensional array which can be used to store a yearly budget. Each row of the array corresponds to a particular budgeted item like rent, electric, etc. There are at most 15 items to be budgeted. Each column of the array corresponds to a month, January, February, etc. Of course, there are 12 columns corresponding to the 12 months of the year. All the data to be placed in the array consists of double data type numbers. Build this in Visual Studio using C++.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
