Dyskusje Q&A
Post your underdog codes here!
631 głosów
17265 odpowiedziChallenge here!
4 głosów
9 odpowiedziC Language is here!
11 głosów
18 odpowiedziI’m new here!
2 głosów
5 odpowiedziCSS Grid is HERE!
8 głosów
11 odpowiedziPlz I need some help here!
0 głosów
7 odpowiedziIn 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 głosów
8 odpowiedziPopularne dzisiaj
Need a personal tutor
1 Votes
Fix code
0 Votes
Add lua
0 Votes
Summary please??
0 Votes
Software to write and run codes
0 Votes