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 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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(); }

15th Feb 2020, 7:23 PM
PARV SHARMA
PARV SHARMA - avatar
6 Answers
+ 2
15th Feb 2020, 8:02 PM
Gabriel Ilie
Gabriel Ilie - avatar
0
Thnx
15th Feb 2020, 8:04 PM
PARV SHARMA
PARV SHARMA - avatar
0
You’r welcome
15th Feb 2020, 8:05 PM
Gabriel Ilie
Gabriel Ilie - avatar
0
It shows error again
15th Feb 2020, 8:18 PM
PARV SHARMA
PARV SHARMA - avatar
0
Make the code in the code section, save it and share the link.
15th Feb 2020, 8:24 PM
Gabriel Ilie
Gabriel Ilie - avatar
15th Feb 2020, 10:00 PM
Rafik Abdelhak Nadir
Rafik Abdelhak Nadir - avatar