Обсуждения
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 ответовАктуальное сегодня
Help with css/js
3 Votes
Certificate use
1 Votes
Functions
1 Votes
Dart
1 Votes
How to improve code readability
0 Votes
Please help with the output
0 Votes
Use of flag
0 Votes