#include<stdio.h>
Int main()
{
int i=10;
do
{
printf("%d",i);
i++;
} While(j<=5);
return 0;
}

Posted on by