Discussioni Q&A
Contact problem!
12 Voti
11 RisposteOops, Problem!
3 Voti
8 RisposteProblem!
1 Voto
1 RispostaSpam problem!
2 Voti
1 RispostaStrange input problem!
0 Voti
5 RisposteI have a problem!
5 Voti
17 RisposteCode Coach PROBLEM!
0 Voti
1 RispostaFinding a problem!
2 Voti
1 RispostaI have a problem!
0 Voti
1 Rispostawhat 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 RispostePopolare oggi
Python stressed me out
1 Votes
Course Doubt
1 Votes
Data analysis
0 Votes
Help
0 Votes
How do i make a lexer and parser
1 Votes
Saved code
0 Votes