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
Concerning image
1 Votes
What is dynamic memory
1 Votes
How can I learn codes
1 Votes
How do you create a game
1 Votes
Code coach "camel and snake"
0 Votes
stop scrolling if navbar is open
2 Votes
Object Oriented Programming
0 Votes