Обсуждения
Why is there this error?
1 голос
4 ответов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 голос
7 ответовWhat is my mistake?
0 голосов
1 ответMethod in python
0 голосов
2 ответовPendulum broken
2 голосов
3 ответовData Science - Average of Rows
-1 голос
1 ответКак добавить несколько переменных?
0 голосов
1 ответAbout files and Binary Strings
0 голосов
2 ответовАктуальное сегодня
Learn python
2 Votes
Help for study
1 Votes
Where's PHP and Ruby courses?
1 Votes
Detach thread exception
1 Votes
Qt timer timeout
0 Votes
Not video
0 Votes
Not image in the page
0 Votes
How to make a 2d game
0 Votes