Sesiones de PyR
c++
1 Voto
3 RespuestasHelp
0 Votos
3 RespuestasNo output in my code???
0 Votos
3 RespuestasIf-else problem
1 Voto
6 RespuestasExecution time
1 Voto
1 RespuestaC++ Question
3 Votos
3 RespuestasTimer?
1 Voto
1 RespuestaC++ Question
3 Votos
1 RespuestaWhat is wrong with this
0 Votos
2 RespuestasHow can declare a word?
0 Votos
2 RespuestasWhat's wrong?!
2 Votos
3 RespuestasPost- cin Text?
0 Votos
3 RespuestasC++ help
-1 Voto
2 RespuestasIn the code below the output is 2. This code is used in a challenge and I get an error when I select the answer 2. It accepts as correct the answer 1 which I believe is wrong. If you agree please thumbs up.
If you find any other errors please post them here!
#include <iostream>
using namespace std;
int main()
{
for(int i=1; i>=1; i++) {
if(i<1 || i>1){
cout << i;
break;
}
}
return 0;
}
8 Votos
8 RespuestasWhy it doesn't work?!
2 Votos
5 Respuestascan anyone plz explain me this program step by step?#include <iostream>
using namespace std;
class MyClass {
public:
int var;
MyClass() { }
MyClass(int a)
: var(a) { }
MyClass operator+(MyClass &obj) {
MyClass res;
res.var= this->var+obj.var;
return res;
}
};
int main() {
MyClass obj1(12), obj2(55);
MyClass res = obj1+obj2;
cout << res.var;
}I am not getting the part inside operator+
0 Votos
8 RespuestasEn tendencia hoy
Functions in python
2 Votes
How to make a playground
1 Votes
I need advice
1 Votes
Html 5 document question
1 Votes
Python
0 Votes
𝙵𝙸𝙽𝙳 𝚃𝙷𝙴 𝙸𝙽𝙿𝚄𝚃 𝙾𝙵 𝚃𝙷𝙴 𝙿𝚁𝙾𝙶𝚁𝙰𝙼
1 Votes