Write the declaration of a twodimensional array named twoDim
Write the declaration of a two-dimensional array named twoDim that has 10 rows and 6 columns and whose components are of type float.
Solution
#include
Write the declaration of a two-dimensional array named twoDim that has 10 rows and 6 columns and whose components are of type float.

