Discussions Q&R
Sklearn Bug
1 Vote
2 RéponsesIt's a challenge!
0 Vote
1 RéponseforEach Question...
0 Vote
1 RéponseSorting in C
0 Vote
1 RéponseThrow Course
0 Vote
1 Réponsewhat 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 Vote
7 Réponsesfind the largest element
-1 Vote
3 RéponsesWrite a program that uses a dynamic array that contains 5 items of double values. The size of the array is entered when the program is run. Aldo the 5 values must be entered. These tasks are done in the main ( ) function. Then write a function to display the 5 values. The function must have a pointer variable as a parameter. The function is called from the main ( ).
0 Vote
2 RéponsesI need help
0 Vote
3 RéponsesHow to use random in C#?
-1 Vote
2 RéponsesHelp please with this task
-1 Vote
3 RéponsesNested list in python
0 Vote
2 RéponsesHelp me fix this code
1 Vote
1 RéponseAujourd'hui en vedette
Pig Latin
0 Votes
Someone can help me
0 Votes
Square Roots
0 Votes
What's wrong with this?
2 Votes
I’m new someone can help me
0 Votes
HTML community, HELP!!
0 Votes
What's doctype htMl
2 Votes
How this program executes?
0 Votes
I am a super beginner
0 Votes