Обсуждения
Why is there this error?
1 голос
4 ответовWhat is my mistake?
0 голосов
1 ответ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 ответов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 ответовАктуальное сегодня
Need a personal tutor
1 Votes
Fix code
0 Votes
..
1 Votes
Software to write and run codes
1 Votes
Add lua
0 Votes
Beginner_to_SoloLearn
1 Votes