+ 2
Need help in Gotham city puzzle,can you modified my code and tell me my mistake,here is the code.And upvote if you read till now
#include<stdio.h> #include<conio.h> void main() { int a; clrscr(); printf ("Enter The Criminal Activity\n"); scanf ("%d",a); if ("a<5") printf ("I got this! \n"); else if (("a>=5")&&("a<=10")) printf ("Help me Batman\n"); else ("a>10") printf ("Good luck out there! \n"); getch(); }
6 Antworten
+ 2
Here is your code that works:
https://code.sololearn.com/c5sIqh4uDy3L/?ref=app
0
Thnx
0
You’r welcome
0
It shows error again
0
Make the code in the code section, save it and share the link.