Sesiones de PyR
C SHARP PROBLEM
1 Voto
2 Respuestaswhat 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 Voto
7 RespuestasEn tendencia hoy
How can one build an Ai app
4 Votes
AI Takeover
2 Votes
How to learn python
1 Votes
C course progress restart
2 Votes
Using Python on VScode
0 Votes
Python Developer
0 Votes
Average of Two Numbers
0 Votes
Hearts
0 Votes