Q&A Discussions
Why do functions not work?
0 Votes
6 AnswersWhy won't this work?
0 Votes
2 AnswersProblem with kivy
0 Votes
2 AnswersWhat is wrong with code
2 Votes
4 AnswersI have a runtime problem!
0 Votes
2 AnswersGraphics and sounds?
1 Vote
5 AnswersIdentify the c++ code error.
0 Votes
1 AnswerIn 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 Votes
8 AnswersHot today
Someone can help me
2 Votes
What's wrong with this?
2 Votes
X velocity
0 Votes
HTML community, HELP!!
2 Votes
Files not linking in C++
0 Votes
I am a super beginner
0 Votes
Web Dev
0 Votes
How this program executes?
0 Votes