Q&A Discussions
X = 5; x=x++ *2+3* --x;
-1 Vote
3 Answerswhat 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
I am helloooo
1 Votes
Disappear
0 Votes
Github
0 Votes
About delete
1 Votes
Curious about certificate
1 Votes
Still failing some test cases
0 Votes
Pls help
0 Votes