Sesiones de PyR
Need help in javascript
7 Votos
2 Respuestaswhats wrong?
0 Votos
3 Respuestaswhats the problem?
0 Votos
4 RespuestasBasic knowledge
0 Votos
4 RespuestasFunctions
1 Voto
1 RespuestaWY I get a rundum number from memory when I run this code
#include <iostream>
using namespace std;
int main ()
{
int array [5];
for (int x = 0; x < 5; x++) {
array [x] = 42;
cout << x << ': ' << array [x] << endl;
}
return 0;
}
if I replace ': ' with ": " every thing works well.
0 Votos
2 RespuestasEn tendencia hoy
is python better than JS
0 Votes
Most asked 3.0
0 Votes
Print("hello ,world!"[7:13][2])
0 Votes
How can i improve my code
1 Votes
Python Module in Sololearn
3 Votes
time complexity
1 Votes
Python
0 Votes
Any Other Solution?
1 Votes