Ad Code

NEW POST

6/recent/ticker-posts

Lee is ill. He goes to Karky the Siddha Doctor.

...

 Lee is ill. He goes to Karky the Siddha Doctor.


#include <stdio.h>

int main()

{int lengthofbook,numofpages;

scanf("%d %d",&lengthofbook,&numofpages);

if(lengthofbook<=23&&numofpages<=1000)

{printf("Take Medicine");}

else{printf("Don't take Medicine");}


return 0;

}

Post a Comment

0 Comments