Обсуждения
Why is there this error?
1 голос
4 ответовWhat is my mistake?
0 голосов
1 ответMethod in python
0 голосов
2 ответов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 ответовPendulum broken
2 голосов
3 ответовData Science - Average of Rows
-1 голос
1 ответКак добавить несколько переменных?
0 голосов
1 ответAbout files and Binary Strings
0 голосов
2 ответовАктуальное сегодня
HTML
1 Votes
Functions in python
0 Votes
For Mobile app
0 Votes
I need advice
0 Votes
Answer please
0 Votes
I need advice
0 Votes