Q&A Discussões
Cout__x
0 Voto
2 Respostaswhat is tjis code problem!
#include <iostream>
using namespace std;
int main()
{
int b = 5;
int arr[b] = {11, 35, 62, 555, 989};
int sum = 0;
for (int x = 0; x < 5; x++) {
sum += arr[x];
}
cout << sum << endl;
return 0;
}
I cannot make an array using int variable in order to define array's element number!?
1 Voto
7 RespostasPlz answer?
1 Voto
2 RespostasQuente hoje
Python Developer
0 Votes
Question
0 Votes
Wayss
0 Votes
fully dynamic arrays
1 Votes
I dont now that how to do js
2 Votes
Guys who tell me
0 Votes