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;
}
0 Comments
if you have any doubt, plz let me know