Обсуждения
Http request
4 голосов
1 ответCustomer Column
0 голосов
3 ответовGET POST etc.
3 голосов
4 ответовViews in SQL
0 голосов
3 ответовSQL-Question
0 голосов
1 ответMultiple Drop_Down Parent
1 голос
2 ответовHow to get data from db to jdbc form
0 голосов
1 ответSaving an input to a variable
0 голосов
0 ответовIn 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 голосов
8 ответовHelp! mySQL query
0 голосов
2 ответов