Dyskusje Q&A
Sklearn Bug
1 Głos
2 odpowiedziIt's a challenge!
0 głosów
1 OdpowiedźforEach Question...
0 głosów
1 OdpowiedźSorting in C
0 głosów
1 OdpowiedźThrow Course
0 głosów
1 Odpowiedź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 Głos
7 odpowiedzifind the largest element
-1 Głos
3 odpowiedziWrite 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 głosów
2 odpowiedziI need help
0 głosów
3 odpowiedziHow to use random in C#?
-1 Głos
2 odpowiedzifind the misstake plz......
0 głosów
1 OdpowiedźNested list in python
0 głosów
2 odpowiedziHelp me fix this code
1 Głos
1 OdpowiedźI need help fixmy linked list
0 głosów
1 OdpowiedźPopularne dzisiaj
Countdown Test
1 Votes
diary
1 Votes
Could anyone fix this?
0 Votes
how do i create a code
0 Votes
Leecode?
2 Votes
Fitting
0 Votes
Module quiz not opening
1 Votes