Dyskusje Q&A
Post your underdog codes here!
631 głosów
17399 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 suggestions
0 Votes
Best code for creating games?
0 Votes
progaming
1 Votes
Java full stack
0 Votes
Calculator
0 Votes
Anyone Learning Godot?
1 Votes
Duration of heart refilling
0 Votes