Q&A Discussões
Contact problem!
12 Votos
11 RespostasOops, Problem!
3 Votos
8 RespostasProblem!
1 Voto
1 RespostaSpam problem!
2 Votos
1 Respostagoto statement problem!
2 Votos
4 RespostasI have a problem!
5 Votos
17 RespostasCode Coach PROBLEM!
0 Voto
1 RespostaFinding a problem!
2 Votos
1 RespostaI have a problem!
0 Voto
1 Respostawhat 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 RespostasQuente hoje
Sticky position
2 Votes
Help please?
3 Votes
Online voting system
2 Votes
Game development
0 Votes
Ruby programming?
3 Votes
SQL practice
2 Votes