Making multiplication table in c plus plus using do while loop?

1 answer

Answer

1268593

2026-07-21 20:05

+ Follow

Um, not sure how to do that, but you can create a sort of "table" in C++ by using multidimensional arrays. Below is an example of how to create a two-dimensional array:

int myArray[10] [10];

You can add more dimensions to the array in order to increase its storage capacity.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.