#include<stdio.h>
Int main()
{
int i= 5;
Do{
printf ( "%d\t",i);
i++;
} while (i<= 15);
return 0;
}

Posted on by