+ 9
Gotham City PLZZZ
Why am I not passing the test??? Here is my code⬇️ #include <iostream> using namespace std; int main() { int criminal; cin>>criminal ; if(criminal <5){ cout <<"I got this!"; } else{ if(criminal <=10){ cout <<"Help me batman"; } else{ cout <<"Good luck out there!"; } } return 0; }
4 Respostas
+ 9
Thanks for the answer!!!
+ 2
Nice The future is now thanks to science[LESS ACTIVE] best way to answer
0
You need write ranks for example if (criminal>0 && criminal<5)