Sesiones de PyR
It's a challenge!
0 Votos
1 RespuestaforEach Question...
0 Votos
1 RespuestaSorting in C
0 Votos
1 RespuestaThrow Course
0 Votos
1 Respuestawhat 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 Respuestasfind the largest element
-1 Voto
3 RespuestasWrite 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 Votos
2 RespuestasI need help
0 Votos
3 RespuestasHow to use random in C#?
-1 Voto
2 RespuestasNested list in python
0 Votos
2 RespuestasHelp me fix this code
1 Voto
1 RespuestaI can not figure this out. Write a program using an array to prompt for 10 grades and add them all up and divide by 10 to find the average. If a user inputs a negative number, add up all the numbers that are not negative and divide it by the amount of numbers that are not negative. Using two functions other than main.
1 Voto
4 RespuestasEn tendencia hoy
What is a web browser intension?
1 Votes
Mentors
1 Votes
Percobaan
0 Votes
Thread local : global vs local
0 Votes
Codding lern
0 Votes
Postgrrsql and python
0 Votes
python
0 Votes
Is there LUA?
0 Votes