Answer to Question #311965 in C++ for Ino

Question #311965

2.1 Using multi-dimensional arrays, create an array that will store 10 items of stock (can be any item 

e.g. cars,) with brand name, Number of stock in Store and Quantity Sold


1
Expert's answer
2022-03-15T08:03:32-0400

Here is program:

int main()
{
	string arr[10][10][10]{};
}

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment