Q&A Discussions
what 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 Vote
7 AnswersHot today
How to do a responsive page?
1 Votes
How create a new language ?
0 Votes
Hola
0 Votes
Ai in future
1 Votes
Beginner question
0 Votes
How To Enable Disable Divs?
0 Votes