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
Question
3 Votes
overloading operators << >>
1 Votes
I dont now that how to do js
2 Votes
fully dynamic arrays
1 Votes
Wishkit alternative for android
1 Votes
How to start in web dev?
0 Votes
Hi
0 Votes
Issue in code
0 Votes