Q&A Discussies
How to compute the series?
12 Stemmen
2 AntwoordenArrays
0 Stemmen
1 AntwoordNeed your help ASAP! [Java]
0 Stemmen
6 Antwoordenwhat 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 Stem
7 AntwoordenCould you please explain me?
2 Stemmen
4 AntwoordenC++ homework: puzzle
0 Stemmen
8 AntwoordenPopulair vandaag
Decorators in python.
2 Votes
Need help
1 Votes
How to install Bcrypt here
1 Votes
Please click me
0 Votes
What is happening with sololearn
1 Votes
Programming language learning
0 Votes
Help
1 Votes
Object oriented programming
0 Votes