Q&A Discussions
Pop_up box
2 Votes
1 AnswerWhat should i do ?
-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 AnswersCHALLENGE FOR PROGRAMMERS
-2 Votes
2 AnswersSelenium for java on vsc
0 Votes
1 Answercan someone explain this!!
0 Votes
3 AnswersSololearn Cin
0 Votes
2 Answerscodeing and computing.
0 Votes
3 AnswersIs it possible?
1 Vote
3 AnswersHot today
What's wrong in my code?
3 Votes
Cybersecurity techies
5 Votes
App Development
0 Votes
Please answer.
0 Votes
GUI-Based Python code in Webpage
2 Votes
HTML
0 Votes
Introduction of html
0 Votes
CSS or Tailwind
1 Votes