Q&A Discussies
Post your underdog codes here!
631 Stemmen
17435 AntwoordenChallenge here!
4 Stemmen
9 AntwoordenC Language is here!
11 Stemmen
18 AntwoordenI’m new here!
2 Stemmen
5 AntwoordenCSS Grid is HERE!
8 Stemmen
11 AntwoordenPlz I need some help here!
0 Stemmen
7 AntwoordenHi! Newbie here! C++ or not C++
4 Stemmen
4 AntwoordenIn 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 Stemmen
8 AntwoordenPopulair vandaag
debate which is better
5 Votes
Cource
1 Votes
Text editor
0 Votes
Debugging issue?
0 Votes
Arduino
2 Votes
how to view only application
0 Votes
Scraping
0 Votes