كود:
#include <stdio.h>
#include <conio.h>
main()
{
int x;
printf(" enter the wind speed :");
scanf("%d",&x);
if(x<25)
printf("not strong wind");
els if(25<=x<=38)
printf("strong wind");
els if(39<=x<=54)
printf("gale");
els if(55<=x<=72)
printf("whole gale");
els if(x>72)
printf("hurricane");
getch();
}
ممكن أعرف الخطأ في دا الكود ؟ يطلع لي خطأ في سطر els if
ولمن أعمل الجمل بس ب if يكون في خطأ بعد ما أعمل "run" تتلخبط الجمل