#include<studio.h>
int main()
{
  int i=9;
  do{
       Printf("%d",i);
        i++;
  }
while (i>=5);
return 0;
}

Posted on by