<p><span style=\"font-family: times new roman,times; font-size: medium;\">in c++
ID: 3635442 • Letter: #
Question
<p><span>in c++</span></p><p><span>This is what I have but not sure.</span></p>
<p><code></p>
<p>//write the code to store the number 100 in each element in the balances array. Use two for statements.<br />double balances[4][6] = {0.0};<br />for (int row = 0; row < 100; row += 1)<br /> for (int col = 0; col < 100; col += 1)<br /> cout << balances[row][col] << endl;<br /> //end for<br />//end for<br />//needs work</p>
<p><code></p>
<p>Thanks</p>